summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94f243eff04d..d5e7c5a1327c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpcache-git
pkgdesc = central pacman cache
- pkgver = 0.1.5.r0.g4adf926
+ pkgver = 0.1.5.r2.g6975181
pkgrel = 1
url = https://github.com/nroi/cpcache
install = cpcache.install
@@ -9,7 +9,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.5
+ source = git+https://github.com/nroi/cpcache.git#tag=0.1.6
source = sysuser.conf
source = cpcache.install
source = cpcache.service
diff --git a/PKGBUILD b/PKGBUILD
index 217247df97dd..512d8c541c8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nroi <nroi@mailbox.org>
pkgname=cpcache-git
-pkgver=0.1.5.r0.g4adf926
+pkgver=0.1.5.r2.g6975181
pkgrel=1
pkgdesc="central pacman cache"
arch=('x86_64')
@@ -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.5'
+source=('git+https://github.com/nroi/cpcache.git#tag=0.1.6'
'sysuser.conf'
'cpcache.install'
'cpcache.service'