summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 14:11:23 +0300
committerCaleb Maclennan2024-03-28 14:11:23 +0300
commitcdd9f9cbced2bb408a58baa1c0728510631830fc (patch)
tree1b9716615fcdda9467433c8742ae12c5a854fa01
parent0ef0e784d6f93239a363d6460856f0203ba399fe (diff)
downloadaur-cdd9f9cbced2bb408a58baa1c0728510631830fc.tar.gz
upgpkg: python-glyphconstruction 0.8.4-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b95c52d0b3c8..a4e302cff4fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphconstruction
pkgdesc = a simple, powerful, human-readable language for describing how glyph shapes are built
- pkgver = 0.8.3
+ pkgver = 0.8.4
pkgrel = 3
url = https://github.com/typemytype/GlyphConstruction
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-glyphconstruction
makedepends = python-wheel
makedepends = python-setuptools
depends = python
- source = GlyphConstruction-d7c7dd5ffe8a48d089c49206197a9091886fcb10.tar.gz::https://github.com/typemytype/GlyphConstruction/archive/d7c7dd5ffe8a48d089c49206197a9091886fcb10.tar.gz
- sha256sums = f0f6c48329f21aea6802dcf4d8790d1ca208723ace6e8c115c538be2c5809de5
+ source = https://github.com/typemytype/GlyphConstruction/archive/0.8.4/GlyphConstruction-0.8.4.tar.gz
+ sha256sums = d280a6296cc3bc1ee8c9251f03b73c7fa88fb948e89bf6b30f26ca24a9837d7c
pkgname = python-glyphconstruction
diff --git a/PKGBUILD b/PKGBUILD
index 7c8bd9575b2e..ff5cade7f924 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,7 @@
_pipname=glyphconstruction
_project=GlyphConstruction
pkgname=python-$_pipname
-pkgver=0.8.3
-_sha=d7c7dd5ffe8a48d089c49206197a9091886fcb10
+pkgver=0.8.4
pkgrel=3
pkgdesc='a simple, powerful, human-readable language for describing how glyph shapes are built'
arch=(any)
@@ -13,9 +12,9 @@ license=(MIT)
depends=(python)
makedepends=(python-{build,installer,wheel}
python-setuptools)
-_archive="$_project-$_sha"
-source=("$_archive.tar.gz::$url/archive/$_sha.tar.gz")
-sha256sums=('f0f6c48329f21aea6802dcf4d8790d1ca208723ace6e8c115c538be2c5809de5')
+_archive="$_project-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('d280a6296cc3bc1ee8c9251f03b73c7fa88fb948e89bf6b30f26ca24a9837d7c')
prepare() {
cd "$_archive"