diff options
| author | kj_sh604 | 2025-08-30 00:10:51 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-08-30 00:10:51 -0400 |
| commit | 4fa48e75e0fee0603a68ed92ab1486fafe55fbe5 (patch) | |
| tree | 9e276d2576f1ccf942ca1c007321f0d208a28d7b | |
| parent | b0cb5f11317d7389b8daf530b7e5ce7be72c06cc (diff) | |
refactor: rel bump
| -rw-r--r-- | .SRCINFO | 2 | ||||
| -rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = python2-libxml2 pkgdesc = Python 2 bindings for the XML parsing library v2 pkgver = 2.9.14 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home arch = x86_64 arch = aarch64 @@ -4,7 +4,7 @@ _modulename="libxml2" _pyruntime=python2 pkgname="${_pyruntime}-${_modulename}" pkgver=2.9.14 -pkgrel=1 +pkgrel=2 pkgdesc='Python 2 bindings for the XML parsing library v2' _url="https://gitlab.gnome.org/GNOME/${_modulename}" url="${_url}/-/wikis/home" |
