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 e5bf2ad2a7cb..8bd7321da75d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-docker-pycreds
pkgdesc = Python bindings for the docker credentials store API Resources
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shin-/dockerpy-creds
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 72fee251889e..b5f09be80326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-docker-pycreds
_pkgname=${pkgname#python-}
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python bindings for the docker credentials store API Resources'
arch=('any')
url='https://github.com/shin-/dockerpy-creds'