summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 920c1bc1545b..9535446d3f5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-throttler
pkgdesc = Zero-dependency Python package for easy throttling with asyncio support
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/uburuntu/throttler
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 63aa2015abe2..8c70fd4155e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-throttler
_pkgname=${pkgname#python-}
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='Zero-dependency Python package for easy throttling with asyncio support'
arch=('any')
url="https://github.com/uburuntu/throttler"