summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64e16713b160..570cd0f04491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://gitlab.com/alextee/zrythm"
license=('GPL')
depends=('gtk3' 'lilv-git' 'suil-git' 'jack2' 'libsndfile' 'libsmf')
-makedepends=('git' 'shtool')
+makedepends=('git')
source=("$pkgname-$pkgver::git+https://gitlab.com/alextee/zrythm.git")
md5sums=('SKIP')
@@ -18,7 +18,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- autoreconf -f
+ autoreconf -fi
./configure --prefix=/usr --enable-aur-build
make
}