summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b032334b1fa..36a1e26bf905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=league-fonts
pkgname=($pkgbase $pkgbase-variable otf-$pkgbase ttf-$pkgbase)
pkgver=0
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='A package depending on all the fonts from The League of Moveable Type'
arch=('any')
@@ -45,6 +45,5 @@ package_otf-league-fonts() {
}
package_ttf-league-fonts() {
- depends=("${_var[@]/#/ttf-}" "${_otf[@]/#/otf-}" "${_ttf[@]/#/ttf-}")
+ depends=("${_var[@]/#/ttf-}" "${_otf[@]/#/ttf-}" "${_ttf[@]/#/ttf-}")
}
-