summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPayson Wallach2019-11-15 14:58:00 -0600
committerPayson Wallach2019-11-15 14:58:00 -0600
commit2a943388b8caf41e02c7e3a8c59fa5be75248b21 (patch)
tree357e54d3384f1adb6e1f7e04a37c9d771c5389b1
parentc863d413487f0eff2cf3a291a25ed1de7f702f2b (diff)
downloadaur-2a943388b8caf41e02c7e3a8c59fa5be75248b21.tar.gz
Python 3.8 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a5bf2d01395..fd4798e6f76d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-persist-queue
pkgdesc = A thread-safe disk based persistent queue in Python.
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/peter-wangxu/persist-queue
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 591d239c0d22..c2752a6d2a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=persist-queue
pkgname=python-persist-queue
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A thread-safe disk based persistent queue in Python."
arch=(any)
url="http://github.com/peter-wangxu/persist-queue"