summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimofey Titovets2016-10-27 10:13:06 +0300
committerTimofey Titovets2016-10-27 10:13:06 +0300
commit4a54673d1f178b05bfe25340bcd06281c4bd2055 (patch)
tree6feab135753ad11b7c8bb5ea37e35c31339de54c /PKGBUILD
parent49755296b3f0d7981251a565925c76e649471de7 (diff)
downloadaur-4a54673d1f178b05bfe25340bcd06281c4bd2055.tar.gz
Fix make dep
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0be1f4b5153..ca2c34a3b10b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=ananicy-git
pkgver=70.553b454
-pkgrel=1
+pkgrel=2
pkgdesc="Ananicy - is Another auto nice daemon, with community rules support"
arch=('any')
url="https://github.com/Nefelim4ag/Ananicy.git"
license=('GPL3')
depends=('systemd' 'bash')
+makedepends=('rsync')
source=("$pkgname"::'git://github.com/Nefelim4ag/Ananicy.git#branch=master')
md5sums=('SKIP')
install=$pkgname.install