summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2017-08-25 14:02:28 +0200
committerSanskritFritz2017-08-25 14:02:28 +0200
commit0983b1730de3081d13becf14d5ef6924a78a08ab (patch)
treefab9f52bd6cd93b80c6cb35deece965b6fa78a17 /PKGBUILD
parentbb511bee0be86535c68021519f1c87f0063ce9cf (diff)
downloadaur-0983b1730de3081d13becf14d5ef6924a78a08ab.tar.gz
Dependency fixed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d94d172577fd..4fe57814c9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cachedir
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Utility for tagging directories as cache directories."
arch=('any')
url="http://liw.fi/cachedir/"
license=('GPL')
-depends=('python2')
+depends=('python2-cliapp')
source=("http://code.liw.fi/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz")
build() {