summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fc2a47ba714..2086fa95c6f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ md5sums=('95e037365bf695405274620fe8edab5e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- premake4 gmake
+ premake5 gmake
make
}