summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-27 22:55:38 +0300
committerCaleb Maclennan2024-04-27 22:55:38 +0300
commit037221443df65a8685466244dc18aae7e4e6ed4a (patch)
tree3ded06b3c7e8daf17a8bb14060a8d942ad2e19eb
parent908744171ce66f2b6c6ed52a226cb9a2fc8a9ae7 (diff)
downloadaur-python-beziers.tar.gz
upgpkg: python-beziers 0.5.0-2
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 e92f5d9a8e51..16f2fe4f56a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-beziers
pkgdesc = Routines for extracting information from font glyphs
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/simoncozens/beziers.py
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c3f2b99416d5..997ed016183b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-beziers
_pyname=${pkgname#python-}.py
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Routines for extracting information from font glyphs'
arch=(any)
url="https://github.com/simoncozens/$_pyname"