summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-03 17:40:21 +0300
committerCaleb Maclennan2024-04-03 17:40:21 +0300
commitc76107bc769770202e70477e5fe4d27fbe546457 (patch)
treed202d06af602122ac2ae7b9ad3ead0de5211a919 /PKGBUILD
parente132214efbaa1610256e6aec9d8e06ea49f79098 (diff)
downloadaur-c76107bc769770202e70477e5fe4d27fbe546457.tar.gz
upgpkg: python-glyphsets 0.6.17-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b58868b5e0a..46556c3204f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.15
+pkgver=0.6.17
pkgrel=1
pkgdesc='an API with data about glyph sets for many different scripts and languages'
arch=(any)
@@ -15,17 +15,10 @@ _pydeps=(defcon
depends=(python
"${_pydeps[@]/#/python-}")
makedepends=(python-{build,installer,wheel}
- python-setuptools)
+ python-setuptools-scm)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('b2cf5ef883b21e6bd8c3145f0f3939e08ee31a8f6cca53e607a8b78d7f62eb55')
-
-prepare() {
- cd "$_archive"
- # Upstream requires outdated setuptools_scm, work around
- sed -i -e '/_scm/d' setup.py
- echo "version = '$pkgver'" > Lib/glyphsets/_version
-}
+sha256sums=('915e635063c02b89c20b0755d95d8e3e5431ab562c31779468b61b96c06a75d0')
build() {
cd "$_archive"