summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-19 09:08:50 +0300
committerCaleb Maclennan2020-02-19 09:09:38 +0300
commite00591f3cc1b5eeb046f2cd971f5571059bc0323 (patch)
tree6fd96c24d5ba8aeb29a6e31a34dd94d641fb1bf5
parent37559261171f3d51bb4409f044dd5b5c0d0a1797 (diff)
downloadaur-e00591f3cc1b5eeb046f2cd971f5571059bc0323.tar.gz
Add andika now that package updated to not conflict, add dep versions to ease transition
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD13
3 files changed, 17 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab04d0686575..f715f4c92d6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ttf-sil-fonts
pkgdesc = Metapackage depending on all OFL-licensed font packages from SIL
pkgver = 8
- pkgrel = 2
+ pkgrel = 3
url = https://software.sil.org/fonts
arch = any
- license = custom:OFL
+ license = OFL
depends = gentium-plus-font
- depends = ttf-charis-sil
- depends = ttf-sil-abyssinica
+ depends = ttf-charis-sil>=5.000-3
+ depends = ttf-andika>=5.000-3
+ depends = ttf-sil-abyssinica>=2.000-2
depends = ttf-sil-alkalami
depends = ttf-sil-annapurna
depends = ttf-sil-apparatus
@@ -17,7 +18,7 @@ pkgbase = ttf-sil-fonts
depends = ttf-sil-ezra
depends = ttf-sil-galatia
depends = ttf-sil-harmattan
- depends = ttf-sil-lateef
+ depends = ttf-sil-lateef>=1.200-4
depends = ttf-sil-mingzat
depends = ttf-sil-mondulkiri
depends = ttf-sil-namdhinggo
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0ca50ff4dd97
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!./.SRCINFO
+!./.gitignore
+!./PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index eb1e027c8f7b..a90676217b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=ttf-sil-fonts
pkgver=8
-pkgrel=2
+pkgrel=3
pkgdesc="Metapackage depending on all OFL-licensed font packages from SIL"
arch=('any')
url='https://software.sil.org/fonts'
-license=('custom:OFL')
-_silfonts=('abyssinica'
+license=('OFL')
+_silfonts=('abyssinica>=2.000-2'
'alkalami'
- # 'andika' Blocked by AUR package
+ # 'andika' Has different name in AUR
'annapurna'
'apparatus'
'awami-nastaliq'
@@ -22,8 +22,9 @@ _silfonts=('abyssinica'
'doulos'
'ezra'
'galatia'
+ # 'gentium-plus' Has different name in [community]
'harmattan'
- 'lateef'
+ 'lateef>=1.200-4'
'mingzat'
'mondulkiri'
'namdhinggo'
@@ -33,7 +34,7 @@ _silfonts=('abyssinica'
'sophia-nubian'
'tagmukay'
'tai-heritage-pro')
-depends=('gentium-plus-font' 'ttf-charis-sil' "${_silfonts[@]/#/ttf-sil-}")
+depends=('gentium-plus-font' 'ttf-charis-sil>=5.000-3' 'ttf-andika>=5.000-3' "${_silfonts[@]/#/ttf-sil-}")
package() {
: