summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Dermont2015-09-08 07:30:31 +0200
committerKrzysztof Dermont2015-09-08 07:30:31 +0200
commitb79fcae7e82d5414efbbe08ede08e396b7fa939f (patch)
tree22d819c7a6ddb3f75a9320c775b2313628ba4a35
parent4107dfb4f88f7238b2073918270fec5f79ca7108 (diff)
downloadaur-b79fcae7e82d5414efbbe08ede08e396b7fa939f.tar.gz
Change provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fe3ea071597..4c24df85a08a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = urho3d
depends = libx11
depends = libgl
depends = libxrandr
- provides = urho3d
+ provides = urho3d=1.4
conflicts = urho3d-git
replaces = urho3d-git
source = https://github.com/urho3d/Urho3D/archive/1.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2f255f490398..c67c7cc79489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=urho3d
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license."
arch=('i686' 'x86_64')
url="http://urho3d.github.io"
@@ -9,7 +9,7 @@ depends=("libx11" "libgl" "libxrandr")
makedepends=('cmake')
conflicts=("$pkgname-git")
replaces=("$pkgname-git")
-provides=("$pkgname")
+provides=("$pkgname=$pkgver")
source=("https://github.com/urho3d/Urho3D/archive/1.4.tar.gz")
md5sums=('0eaf743ce192f63ba3580c9b5d30ef3b')
sha1sums=('dfcf0c8623b9fc89998bf9f3b8f18244f079cfb9')