summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornroi2019-09-11 21:38:10 +0200
committernroi2019-09-11 21:38:10 +0200
commit2337bd7f7e31b81155a9dd03459843f5e82f6a4f (patch)
treed76f7ad93251b59de73922152d1ac5b87918553c
parent6300340897653a51702e87de0180d932d61aee3c (diff)
downloadaur-2337bd7f7e31b81155a9dd03459843f5e82f6a4f.tar.gz
Bump version to 0.1.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d6c0945381..94f243eff04d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpcache-git
pkgdesc = central pacman cache
- pkgver = 0.1.0.r0.g9249d15
+ pkgver = 0.1.5.r0.g4adf926
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.0
+ source = git+https://github.com/nroi/cpcache.git#tag=0.1.5
source = sysuser.conf
source = cpcache.install
source = cpcache.service
diff --git a/PKGBUILD b/PKGBUILD
index a6284d169f14..217247df97dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nroi <nroi@mailbox.org>
pkgname=cpcache-git
-pkgver=0.1.0.r0.g9249d15
+pkgver=0.1.5.r0.g4adf926
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.0'
+source=('git+https://github.com/nroi/cpcache.git#tag=0.1.5'
'sysuser.conf'
'cpcache.install'
'cpcache.service'