summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbl00dy18372021-07-09 21:48:32 +0200
committerbl00dy18372021-07-09 21:48:32 +0200
commit56a1ddaff050283c2a48bd00b54147f471b0cea6 (patch)
tree0455868a890d4c954c732bae36044c351c85febb /PKGBUILD
parenta935d337594659b9280a2dc915fd2dbcd48124dd (diff)
downloadaur-56a1ddaff050283c2a48bd00b54147f471b0cea6.tar.gz
added conflict package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 971424b72c75..17afcbf4ecd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=fallingtime
pkgname=${_pkgname}-git
pkgver=r96.9cc480b
-pkgrel=1
+pkgrel=2
pkgdesc="Arcade game inspired by Fall Down. SDL 2, PC or OpenDingux."
arch=('any')
url="https://github.com/cxong/FallingTime"
@@ -17,6 +17,8 @@ sha256sums=('SKIP'
'2213caa4bb13f483b61a6ea57ee0f74394080505720d004a476ed10651150fc7'
'e7c80c605000bedabb5cd0c415539288f2a3cc01246e84364dbdac2742a81414')
+conflicts=(${_pkgname})
+
pkgver() {
cd "${_pkgname}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"