summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorriderius2024-02-16 13:41:37 +0300
committerriderius2024-02-16 13:41:37 +0300
commit874249e6da2bf3a853bf4cdca97a5274248712bb (patch)
tree1fbbd181424ab6314dbb479007f5e7058a2e1277 /PKGBUILD
parent46610420df38a1180279a6117fb391350e9055a9 (diff)
downloadaur-874249e6da2bf3a853bf4cdca97a5274248712bb.tar.gz
Remove unused prepare()
Signed-off-by: riderius <riderius.help@gmail.com>
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