summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30bb392cb2af..a227bc9fa7fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
pkgname=otf-iwona
pkgver=0.995
-pkgrel=1
+pkgrel=2
pkgdesc='Open Type Iwona font'
arch=('any')
-url="http://jmn.pl/kurier-i-iwona/"
-license=('CUSTOM')
-depends=('fontconfig' 'xorg-font-utils')
-source=("$pkgname-$pkgver.zip::http://jmn.pl/pliki/Iwona-otf-0_995.zip")
+url='http://jmn.pl/kurier-i-iwona/'
+license=('custom')
+source=("http://jmn.pl/pliki/Iwona-otf-${pkgver/./_}.zip")
sha256sums=('2740d5c2a5efd29fc01eaa9ba29b4bd06295c5305092f9c1cfd4366e27502caa')
package() {
cd "otf"
- install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/{}" *.otf
+ install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/" *.otf
}