summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-20 16:31:31 +0300
committerCaleb Maclennan2020-02-20 16:31:31 +0300
commit4c81cb48eab6eb98ef91da76b8c315e3ba6cc7aa (patch)
treea18e1542b70e75212c60025372eda0f04404c663
parent1fc6f3f04a56b7d68729729be4d2f0b3ad83a906 (diff)
downloadaur-4c81cb48eab6eb98ef91da76b8c315e3ba6cc7aa.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 6ffdb551e291..2a07e6b00edb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ttf-sil-padauk
pkgdesc = Unicode font that supports the many diverse languages that use the Myanmar script
pkgver = 4.000
- pkgrel = 3
+ pkgrel = 4
url = https://software.sil.org/padauk
arch = any
license = OFL
+ conflicts = ttf-sil-fonts<=6
source = http://software.sil.org/downloads/r/padauk/Padauk-4.000.zip
sha256sums = dd5311eaf0204b75044a856dbb2176a5db2bfe8ad00276ac5ff89f72d9d211fc
diff --git a/PKGBUILD b/PKGBUILD
index 7c1d0da3f9fe..e1831853b437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ _pkgname=padauk
pkgname=ttf-sil-$_pkgname
_fname=${_pkgname^}
pkgver=4.000
-pkgrel=3
+pkgrel=4
pkgdesc='Unicode font that supports the many diverse languages that use the Myanmar script'
arch=('any')
url="https://software.sil.org/$_pkgname"
license=('OFL')
+conflicts=('ttf-sil-fonts<=6')
source=("http://software.sil.org/downloads/r/$_pkgname/$_fname-$pkgver.zip")
sha256sums=('dd5311eaf0204b75044a856dbb2176a5db2bfe8ad00276ac5ff89f72d9d211fc')