summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 797c8d97e77c..6899460df5e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fallingtime-git
pkgdesc = Arcade game inspired by Fall Down. SDL 2, PC or OpenDingux.
pkgver = r96.9cc480b
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cxong/FallingTime
arch = any
license = GPL2
@@ -11,6 +11,7 @@ pkgbase = fallingtime-git
depends = sdl2_image
depends = sdl2_mixer
depends = sdl2_ttf
+ provides = fallingtime
conflicts = fallingtime
source = fallingtime::git+https://github.com/cxong/FallingTime.git
source = fallingtime.sh
diff --git a/PKGBUILD b/PKGBUILD
index 17afcbf4ecd9..d74f07db7416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=fallingtime
pkgname=${_pkgname}-git
pkgver=r96.9cc480b
-pkgrel=2
+pkgrel=3
pkgdesc="Arcade game inspired by Fall Down. SDL 2, PC or OpenDingux."
arch=('any')
url="https://github.com/cxong/FallingTime"
@@ -16,8 +16,8 @@ source=("${_pkgname}::git+https://github.com/cxong/FallingTime.git"
sha256sums=('SKIP'
'2213caa4bb13f483b61a6ea57ee0f74394080505720d004a476ed10651150fc7'
'e7c80c605000bedabb5cd0c415539288f2a3cc01246e84364dbdac2742a81414')
-
conflicts=(${_pkgname})
+provides=(${_pkgname})
pkgver() {
cd "${_pkgname}"