summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19a89b4855ed..b53355795102 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 03:52:19 UTC 2016
+# Sun Feb 21 04:08:12 UTC 2016
pkgbase = sparrow3d-git
pkgdesc = A software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora
pkgver = 820.143acbc
@@ -13,6 +13,8 @@ pkgbase = sparrow3d-git
depends = sdl_mixer
depends = sdl_net
depends = sdl_ttf
+ provides = sparrow3d
+ conflicts = sparrow3d
source = git+https://github.com/theZiz/sparrow3d.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 96d47e4296f5..cefe1c2cba5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ arch=('any')
url='https://github.com/theZiz/sparrow3d'
license=('LGPL')
depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
makedepends=('git')
source=("git+https://github.com/theZiz/sparrow3d.git")
md5sums=('SKIP')