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 423638a4c960..1e2eec9e6f09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-arrapi
pkgdesc = A set of tools based around the requests library for safely making HTTP requests on behalf of a third party.
pkgver = 1.4.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/meisnate12/ArrAPI
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b4ea32e409b8..2b68548beb6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-arrapi'
_name=${pkgname#python-}
pkgver=1.4.13
-pkgrel=1
+pkgrel=2
pkgdesc="A set of tools based around the requests library for safely making HTTP requests on behalf of a third party."
arch=('any')
url="https://github.com/meisnate12/ArrAPI"