summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-08 00:20:59 +0300
committerCaleb Maclennan2023-03-08 00:20:59 +0300
commit633df7072d72405039a1e771ad40896e67dd220a (patch)
treeda9173e00a2299cf1249c501ae9e13d66ee4fd37
parent859de63b16005dbdd525e2855a75cbdb22ed9876 (diff)
downloadaur-633df7072d72405039a1e771ad40896e67dd220a.tar.gz
upgpkg: afdko 3.9.3-2
Add conflict notice about unrelated package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de1e777d33ac..7cfe7955d0b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = afdko
pkgdesc = Adobe Font Development Kit for OpenType
pkgver = 3.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/adobe-type-tools/afdko
arch = x86_64
license = custom
@@ -26,6 +26,7 @@ pkgbase = afdko
depends = python-unicodedata2
depends = python-zopfli
depends = psautohint
+ conflicts = spot-client
source = https://github.com/adobe-type-tools/afdko/releases/download/3.9.3/afdko-3.9.3.tar.gz
sha256sums = bf47c885fdcfe578dd9f9febc91363d10d981c08ac32a8b945398941a6da50ed
diff --git a/PKGBUILD b/PKGBUILD
index 7db026fa8ba7..3c31fdced898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=afdko
pkgver=3.9.3
-pkgrel=1
+pkgrel=2
pkgdesc='Adobe Font Development Kit for OpenType'
arch=(x86_64)
url="https://github.com/adobe-type-tools/$pkgname"
@@ -30,6 +30,7 @@ makedepends=(cmake
python-setuptools-scm
python-scikit-build)
checkdepends=(python-pytest)
+conflicts=(spot-client)
_archive="$pkgname-$pkgver"
source=("$url/releases/download/$pkgver/$_archive.tar.gz")
sha256sums=('bf47c885fdcfe578dd9f9febc91363d10d981c08ac32a8b945398941a6da50ed')