summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2055d970d63..dc8f666f7e01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tripforce-git
pkgdesc = Tripcode bruteforcer for Futaba-style imageboards
pkgver = r23.22d8c70
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/microsounds/tripforce
arch = any
license = GPL3
@@ -13,4 +13,3 @@ pkgbase = tripforce-git
md5sums = SKIP
pkgname = tripforce-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 4adac4a48ba4..dcd9aae95236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: nixi <nixi at cock dot li>
+# Maintainer: Emil Miler <em@0x45.cz>
pkgname=tripforce-git
pkgdesc="Tripcode bruteforcer for Futaba-style imageboards"
pkgver=r23.22d8c70
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/microsounds/tripforce"
license=('GPL3')
@@ -19,11 +19,8 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-
-
package() {
cd "$srcdir/$pkgname"
mkdir -p "$pkgdir"/usr/bin
make INSTALLDIR="$pkgdir/usr/bin" install
}
-