summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxeptore2024-04-24 06:00:47 +0000
committerxeptore2024-04-24 06:00:47 +0000
commitdcec81e7c1d06daa679f7f7a17b443cab9a88e13 (patch)
tree23f0fc797f53f20a822eb915e8772e4f8de803f0
parente775d186f8c0aa8f735f1fccac03a03802d66665 (diff)
downloadaur-docker-credential-pass-bin.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02a8679b6740..e21c6983fb9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = docker-credential-pass-bin
pkgdesc = Store docker credentials using the Standard Unix Password Manager (pass)
pkgver = 0.8.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/docker/docker-credential-helpers
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index eb50cf57e85c..23f755fcef6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=docker-credential-pass-bin
pkgver=0.8.1
-pkgrel=4
+pkgrel=5
pkgdesc='Store docker credentials using the Standard Unix Password Manager (pass)'
arch=('x86_64')
url='https://github.com/docker/docker-credential-helpers'