summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimofey Titovets2017-01-29 03:28:51 +0300
committerTimofey Titovets2017-01-29 03:28:51 +0300
commitec2dffb5a0200ab28dc595a28ef2c90da9960845 (patch)
treeb886b1fd484f2245bae1bcfa5bc8fa611b1a0b0b
parent74de417abe60d194111aa99e3ba9376b4408619b (diff)
downloadaur-ec2dffb5a0200ab28dc595a28ef2c90da9960845.tar.gz
Fix build
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93d2cfb5de11..b7d694bce766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 28 14:01:17 UTC 2017
+# Sun Jan 29 00:28:32 UTC 2017
pkgbase = ananicy-git
pkgdesc = Ananicy - is Another auto nice daemon, with community rules support
- pkgver = 107.f1eeabf
+ pkgver = 108.f09b472
pkgrel = 1
url = https://github.com/Nefelim4ag/Ananicy.git
install = ananicy-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 930586881373..9b4499a39186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timofey Titovets <nefelim4ag@gmail.com>
pkgname=ananicy-git
-pkgver=107.f1eeabf
+pkgver=108.f09b472
pkgrel=1
pkgdesc="Ananicy - is Another auto nice daemon, with community rules support"
arch=('any')
@@ -20,5 +20,5 @@ pkgver() {
package() {
cd "$srcdir/${pkgname}/"
- make PREFIX="$pkgdir"
+ make install PREFIX="$pkgdir"
}