summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hauser2020-12-27 00:01:38 +0100
committerSimon Hauser2020-12-27 00:01:38 +0100
commit13f58ed05cd384662193165ba4671a237501eb64 (patch)
tree7b7d2ed04d3f7969efe9586dd9a18f928c960065 /PKGBUILD
parent8d589aee43e2600cdea3407dbc05919e2a48fb0f (diff)
downloadaur-13f58ed05cd384662193165ba4671a237501eb64.tar.gz
Add conflict premake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e0d1a6f6553..429b065de571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Hauser <Simon-Hauser@outlook.de>
pkgname=premake-git
-pkgver=5.0.0.alpha15.r13.g5bb0bef4
+pkgver=5.0.0.alpha15.r101.g9b8b035a
pkgrel=1
pkgdesc='Simple build configuration and project generation tool using Lua'
arch=(i686 x86_64)
@@ -9,7 +9,8 @@ url='http://industriousone.com/premake'
license=(BSD)
depends=(glibc openssl)
makedepends=(git)
-provides=(premake5)
+provides=(premake)
+conflicts=(premake)
source=(git+https://github.com/premake/premake-core)
md5sums=('SKIP')