From 3c8313ee4029a3e9826b063b66306424ba416ac2 Mon Sep 17 00:00:00 2001 From: Andrey Zimin Date: Sun, 10 Mar 2024 13:01:00 +0300 Subject: [PATCH] fix pakgbuild --- PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 53143f5..ac3305b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ pkgname=tarch-fonts pkgver=1.0 pkgrel=1 pkgdesc="Fonts for Tarch OS" -arch=('any') -url="https://gitcast.ru/tarch_os/tarch-fonts.git" -license=('GPL3') +arch=("any") +url="https://gitcast.ru/tarch_os/tarch-bin" +license=("GPL3") prepare() { cp -af ../fonts/. ${srcdir} } package() { - (find * -type f -exec install -Dm 644 "{}" "${pkgdir}/usr/share/fonts/tarhos/{}" \;) + (find * -type f -exec install -Dm 644 "{}" "${pkgdir}/usr/share/fonts/tarch/{}" \;) }