summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorriderius2024-02-16 13:41:37 +0300
committerriderius2024-02-16 13:41:37 +0300
commit874249e6da2bf3a853bf4cdca97a5274248712bb (patch)
tree1fbbd181424ab6314dbb479007f5e7058a2e1277
parent46610420df38a1180279a6117fb391350e9055a9 (diff)
downloadaur-git-quick-stats.tar.gz
Remove unused prepare()
Signed-off-by: riderius <riderius.help@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 995b41062ea1..6e974b258ce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-quick-stats
pkgdesc = Simple and efficient way to access various statistics in git repository
pkgver = 2.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arzzen/git-quick-stats
arch = any
license = MIT
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