summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cde7b764a54e..190d60c7f80b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nroi <nroi@mailbox.org>
pkgname=cpcache-git
-pkgver=r123.e61c708
+pkgver=r143.f258649
pkgrel=1
pkgdesc="central pacman cache"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -13,13 +13,11 @@ source=('git+https://github.com/nroi/cpcache.git'
'sysuser.conf'
'cpcache.install'
'cpcache.service'
- 'create_db.sh'
)
sha256sums=('SKIP'
'0098e749b19617c0f7d619d47a3bc3015bab62e9ad0916087502daff672fb309'
- 'a6ce949fba102e2f0904622d1f0417be15eee01e76516f80af1aa36a6c8ea312'
+ '6bee3cc74af8ba471720cef805895d874b74f8ff9cdba096c517c03d21af77b8'
'85c0e0bb6fe4c78c35481fd2f694e223b1d957b59fdc207dad0911bb59bfe765'
- '6deb112ac11a43a65891f8dcfa6844ca91c4852b8091e354caeac6afd7e00319'
)
pkgver() {
@@ -42,6 +40,5 @@ package() {
install -Dm644 "${srcdir}/cpcache.service" "${pkgdir}/usr/lib/systemd/system/cpcache.service"
install -Dm644 "${srcdir}/sysuser.conf" "${pkgdir}/usr/lib/sysusers.d/cpcache.conf"
install -Dm644 "${srcdir}/cpcache/conf/cpcache.yaml" "${pkgdir}/etc/cpcache.yaml"
- install -Dm755 "${srcdir}/create_db.sh" "${pkgdir}/usr/share/${pkgname%-git}/create_db.sh"
rm -rf "$TMP"
}