summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2017-12-10 19:25:18 -0200
committerRafael Fontenelle2017-12-10 19:25:18 -0200
commit9a1e496138a6da68ad1be855e173a6523a512738 (patch)
treefcffa453c909672347469dceeb9c0a54ea0a42d5
parentc0d37cdd7ef33423fd6349f714f1b3628b86f1c6 (diff)
downloadaur-9a1e496138a6da68ad1be855e173a6523a512738.tar.gz
Drop i686 support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fff48ad9c68..d83a78fb0a32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Aug 29 12:34:53 UTC 2016
+# Sun Dec 10 21:25:05 UTC 2017
pkgbase = direvent-git
pkgdesc = Daemon that monitors events in the file system directories
pkgver = 5.1.90.r144.d744882
pkgrel = 1
url = http://www.gnu.org.ua/software/direvent/
- arch = i686
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 162b1d987485..e9d2ef06a583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=direvent-git
pkgver=5.1.90.r144.d744882
pkgrel=1
pkgdesc="Daemon that monitors events in the file system directories"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.gnu.org.ua/software/direvent/"
license=("GPL")
conflicts=('direvent')
@@ -26,14 +26,16 @@ pkgver() {
prepare() {
cd direvent
+
git submodule init
git config submodule.grecs.url $srcdir/grecs
git submodule update
+
+ ./bootstrap
}
build() {
cd direvent
- ./bootstrap
./configure --prefix=/usr
make
}