summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-20 15:38:24 +0300
committerCaleb Maclennan2020-02-20 15:38:24 +0300
commit8f4be95edde681a9207ec9f17ece9f06d8261ee0 (patch)
treec90ba48ae8248a85e05c35f70dd8ebb9f29ee1fe
parentf4375ebb5708c955ca458c698603eb5b2058e20a (diff)
downloadaur-8f4be95edde681a9207ec9f17ece9f06d8261ee0.tar.gz
Mark conflicts with older non-meta ttf-sil-fonts package to ease upgrades
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 261eef553226..6f9a678db898 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ttf-sil-annapurna
pkgdesc = supports the many diverse languages that use the Devanagari script
pkgver = 1.204
- pkgrel = 3
+ pkgrel = 4
url = https://software.sil.org/annapurna
arch = any
license = custom:OFL
+ conflicts = ttf-sil-fonts<=6
source = http://software.sil.org/downloads/r/annapurna/AnnapurnaSIL-1.204.zip
sha256sums = d85cbd17f90a882255eb6f915729e164703c2b708b80ebd96db948556c13e9f0
diff --git a/PKGBUILD b/PKGBUILD
index d598cb5a7e9f..4f5c69217bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ _pkgname=annapurna
pkgname=ttf-sil-$_pkgname
_fname=${_pkgname^}SIL
pkgver=1.204
-pkgrel=3
+pkgrel=4
pkgdesc='supports the many diverse languages that use the Devanagari script'
arch=('any')
url="https://software.sil.org/$_pkgname"
license=('custom:OFL')
+conflicts=('ttf-sil-fonts<=6')
source=("http://software.sil.org/downloads/r/$_pkgname/$_fname-$pkgver.zip")
sha256sums=('d85cbd17f90a882255eb6f915729e164703c2b708b80ebd96db948556c13e9f0')