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 341ca667a850..dba44f9703b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = docker-credential-secretservice-bin
pkgdesc = Store docker credentials using the D-Bus Secret Service
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/docker/docker-credential-helpers
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 21c6d76d86d0..7402745b8e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=docker-credential-secretservice-bin
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Store docker credentials using the D-Bus Secret Service"
arch=('x86_64' 'aarch64')
url="https://github.com/docker/docker-credential-helpers"