summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosé Luis Lafuente2015-12-12 02:50:58 +0100
committerJosé Luis Lafuente2015-12-12 02:50:58 +0100
commit60283dfe436cbbb82e380c5f8e05a94502709d05 (patch)
treeaacca66ce4b3e57ea6f03f0d0e16e852733c573f /PKGBUILD
parentf3664fcce543304d2bb7cc995c076a0c5d6ee706 (diff)
downloadaur-60283dfe436cbbb82e380c5f8e05a94502709d05.tar.gz
Update to 4.2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39d4adfe32ee..8c4e9cade013 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Original maintainer: Michael Louis Thaler <michael.louis.thaler@gmail.com>
pkgname=watchman
pkgver=4.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
arch=('x86_64' 'i686')
@@ -19,7 +19,7 @@ sha256sums=('d8998df9795951d49dce9df82da11eeba384934d5d9d3f0ea2d543a9837e2ddb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --without-python
make
}