summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-27 22:55:14 +0300
committerCaleb Maclennan2024-04-27 22:55:14 +0300
commit0f2ac5734d8f88095904890d9b9864710abab910 (patch)
tree8fd561672d5cf4c5538629da91ebf4ca968ce027
parent6e6d93d167622e78c02fd88a5f830139e4769245 (diff)
downloadaur-0f2ac5734d8f88095904890d9b9864710abab910.tar.gz
upgpkg: python-uharfbuzz 0.39.1-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 efbeb1abccd4..935b03f425ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
pkgver = 0.39.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/harfbuzz/
arch = x86_64
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 1ff45572cab0..4d9e4214dfa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
pkgver=0.39.1
-pkgrel=1
+pkgrel=2
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
url="https://github.com/harfbuzz/$_project"