summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2018-03-29 15:23:30 +0200
committeraksr2018-03-29 15:23:30 +0200
commit16cb5d31a1eb33dfffb1ef0968b2c7e0d046e2fa (patch)
treed357c29ec3446c5c7613e72021fb730e02229bd8
parent6cf92c2b71dae2b429a88b1e9eee778acbfc9783 (diff)
downloadaur-16cb5d31a1eb33dfffb1ef0968b2c7e0d046e2fa.tar.gz
Change to the another `version'.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d11f3f286715..5f78fd181dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 04:51:57 UTC 2017
+# Thu Mar 29 13:23:26 UTC 2018
pkgbase = bgrep-git
pkgdesc = Binary Grep
- pkgver = 0.2.r4.g5ca1302
+ pkgver = 0.2.r86.g4401646
pkgrel = 1
url = https://github.com/tmbinc/bgrep
arch = i686
@@ -10,7 +10,7 @@ pkgbase = bgrep-git
license = BSD
makedepends = git
conflicts = bgrep
- source = bgrep-git::git+https://github.com/tmbinc/bgrep.git
+ source = bgrep-git::git+https://github.com/rsharo/bgrep.git
md5sums = SKIP
pkgname = bgrep-git
diff --git a/PKGBUILD b/PKGBUILD
index 6dbba606bfc6..605388f9bebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=bgrep-git
-pkgver=0.2.r4.g5ca1302
+pkgver=0.2.r86.g4401646
pkgrel=1
epoch=
pkgdesc="Binary Grep"
@@ -20,7 +20,7 @@ backup=()
options=()
changelog=
install=
-source=("$pkgname::git+https://github.com/tmbinc/bgrep.git")
+source=("$pkgname::git+https://github.com/rsharo/bgrep.git")
noextract=()
md5sums=('SKIP')
@@ -31,17 +31,19 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
- #gcc -O2 -x c -o bgrep.c
+ ./remove_cruft.sh
+ ./bootstrap
+ ./configure
make
}
check() {
cd "$srcdir/$pkgname/test"
- ./bgrep-test.sh
+ make
}
package() {
cd "$srcdir/$pkgname"
- install -Dm755 bgrep $pkgdir/usr/bin/bgrep
+ make DESTDIR="$pkgdir/" prefix="/usr" install
}