summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2023-05-04 17:28:54 +0300
committerjonian2023-05-04 17:28:54 +0300
commit40fc998464f89b8a322a0c7b2b58a1f6ce25ea2f (patch)
tree78fc4980ea0d945571342e9f47867720816c2d31
parent1422c2fe0b25211bb5f69961bdacddb285f2d63c (diff)
downloadaur-40fc998464f89b8a322a0c7b2b58a1f6ce25ea2f.tar.gz
bump pkgrel to trigger rebuild for python 3.11
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77be405c66d7..3d367e5788b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-acestream
pkgdesc = Python interface to interact with the AceStream Engine and the HTTP API
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonian/python-acestream
arch = any
license = GPL
@@ -12,4 +12,3 @@ pkgbase = python-acestream
md5sums = 3fa963ff7a79fb9e8138d397c6aca086
pkgname = python-acestream
-
diff --git a/PKGBUILD b/PKGBUILD
index 68a680a7fad9..3cc9d4856075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=python-acestream
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface to interact with the AceStream Engine and the HTTP API"
arch=("any")
url="https://github.com/jonian/python-acestream"