git » python-libusb1.git » commit 199642d

upgpkg: 3.1.0-2: Rebuild with Python 3.12

author Jelle van der Waa
2024-04-05 08:10:06 UTC
committer Jelle van der Waa
2024-04-05 08:10:06 UTC
parent 714c422a6ec7002c036416617789a78704023a77

upgpkg: 3.1.0-2: Rebuild with Python 3.12

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index bf6193f..85fa06c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-libusb1
 	pkgdesc = Python ctype-based wrapper around libusb1
 	pkgver = 3.1.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/vpelletier/python-libusb1
 	arch = any
 	license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 2812d94..dab4771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname=libusb1
 pkgname=python-$_pkgname
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python ctype-based wrapper around libusb1'
 arch=('any')
 url='https://github.com/vpelletier/python-libusb1'