summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"