summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 864129c96dd2..f1c4d839b37d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='git-quick-stats'
pkgver='2.5.4'
-pkgrel=1
+pkgrel=2
pkgdesc='Simple and efficient way to access various statistics in git repository'
arch=('any')
url="https://github.com/arzzen/$pkgname"
@@ -23,10 +23,6 @@ conflicts=('git-quick-stats')
source=("$pkgname::git+$url#tag=$pkgver")
sha256sums=('SKIP')
-prepare() {
- cd "$srcdir/$pkgname"
-}
-
check() {
cd "$srcdir/$pkgname"
make test