summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa9536695dcc..5691da0e2d88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = cpcache-git
makedepends = erlang-nox
makedepends = elixir
backup = etc/cpcache/cpcache.toml
- source = git+https://github.com/nroi/cpcache.git#tag=0.1.6
+ source = git+https://github.com/nroi/cpcache.git#tag=0.1.7
source = sysuser.conf
source = cpcache.install
source = cpcache.service
diff --git a/PKGBUILD b/PKGBUILD
index 978fa83a5f21..f451683361e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nroi <nroi@mailbox.org>
pkgname=cpcache-git
-pkgver=0.1.6.r0.g6975181
+pkgver=0.1.7.r0.g85e347d
pkgrel=1
pkgdesc="central pacman cache"
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('erlang-nox' 'elixir')
install="${pkgname%-git}.install"
backup=('etc/cpcache/cpcache.toml')
-source=('git+https://github.com/nroi/cpcache.git#tag=0.1.6'
+source=('git+https://github.com/nroi/cpcache.git#tag=0.1.7'
'sysuser.conf'
'cpcache.install'
'cpcache.service'