summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-12-05 12:59:40 -0500
committerfrealgagu2020-12-05 12:59:40 -0500
commit9e15dc469a3a093418941fd43711c5016b4dae84 (patch)
tree2ea32b9c4e9c42c58aeca48bc0ad291acfa70028
parent9e459055d8d1c1642c2fec3b7748118a5609654c (diff)
downloadaur-9e15dc469a3a093418941fd43711c5016b4dae84.tar.gz
Bump pkgrel to compile with python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc0a7ae665a6..5ba5f38c984b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pysdl2
pkgdesc = Python ctypes wrapper around SDL2
pkgver = 0.9.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/marcusva/py-sdl2
arch = any
license = custom:CC0
diff --git a/PKGBUILD b/PKGBUILD
index 598f9e16a37c..5247b303856a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pysdl2
pkgver=0.9.7
-pkgrel=1
+pkgrel=2
pkgdesc="Python ctypes wrapper around SDL2"
arch=("any")
url="https://github.com/marcusva/${pkgname/python-py/py-}"