summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-28 23:30:24 +0300
committerCaleb Maclennan2024-04-28 23:30:24 +0300
commit3b7000b835dbbb00ad8c54eede681eddfd9439d1 (patch)
tree2eee3be31e5602f26104f50f0f6ba9e69ee7a61e
parentf79f15177489ecf9eb77d2d8801ac192f35f11dc (diff)
downloadaur-python-glyphconstruction.tar.gz
upgpkg: python-glyphconstruction 0.8.4-4
Rebuild for Python 3.12, cleanup packaging odds and ends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e302cff4fd..57f085827c1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-glyphconstruction
pkgdesc = a simple, powerful, human-readable language for describing how glyph shapes are built
pkgver = 0.8.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/typemytype/GlyphConstruction
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ff5cade7f924..1e44e228a135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pipname=glyphconstruction
_project=GlyphConstruction
pkgname=python-$_pipname
pkgver=0.8.4
-pkgrel=3
+pkgrel=4
pkgdesc='a simple, powerful, human-readable language for describing how glyph shapes are built'
arch=(any)
url="https://github.com/typemytype/$_project"