summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornroi2017-02-23 19:56:53 +0100
committernroi2017-02-23 19:56:53 +0100
commita8b503f903b4587588df93434d1807dedbd72fcd (patch)
tree058d5b399925d4822605956a9fa3a3b2e5034ac9
parent216a99cf1f4606eb4af2c5ca73a12cd6dd8f4d3a (diff)
downloadaur-a8b503f903b4587588df93434d1807dedbd72fcd.tar.gz
Remove waitforfile dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 527aeedc0ece..5e605ab7bb18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpcache-git
pkgdesc = central pacman cache
- pkgver = r120.cc2331a
+ pkgver = r121.4160ba4
pkgrel = 1
url = https://github.com/nroi/cpcache
install = cpcache.install
@@ -11,7 +11,6 @@ pkgbase = cpcache-git
license = MIT
makedepends = erlang-nox
makedepends = elixir
- depends = waitforfile
backup = etc/cpcache.yaml
source = git+https://github.com/nroi/cpcache.git
source = sysuser.conf
diff --git a/PKGBUILD b/PKGBUILD
index da2fa3ed3cd5..1012cb5e9546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: nroi <nroi@mailbox.org>
pkgname=cpcache-git
-pkgver=r120.cc2331a
+pkgver=r121.4160ba4
pkgrel=1
pkgdesc="central pacman cache"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/nroi/cpcache'
license=('MIT')
makedepends=('erlang-nox' 'elixir')
-depends=('waitforfile')
install="${pkgname%-git}.install"
backup=('etc/cpcache.yaml')
source=('git+https://github.com/nroi/cpcache.git'