summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-04-18 19:51:16 +0200
committerGordian Edenhofer2016-04-18 19:51:16 +0200
commitf2c377e8cf792e175230b98f4fbf9e14dfb1670e (patch)
tree2d0c3932d34256148d0e4f4ae2b86830bf39c96a
parent2ab50716d32838d590bf4abdae19fe1c543c1b3c (diff)
downloadaur-f2c377e8cf792e175230b98f4fbf9e14dfb1670e.tar.gz
Upgpkg: 5.4.0b13+20160406-1
Mention pkgver in provides field for better dependency handling.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b72b2792a46a..a5f743d5f7fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,7 @@ pkgbase = unity-editor-bin
optdepends = java-environment: for Android and Tizen exporting
optdepends = android-sdk: for Android Remote
optdepends = android-udev: for Android Remote
- provides = unity-editor
+ provides = unity-editor=5.4.0b13+20160406
conflicts = unity-editor
options = !strip
source = http://download.unity3d.com/download_unity/linux/unity-editor-5.4.0b13+20160406_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index c747800bba3e..43a6b341f509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ optdepends=('ffmpeg: for WebGL exporting'
'java-environment: for Android and Tizen exporting'
'android-sdk: for Android Remote'
'android-udev: for Android Remote')
-provides=('unity-editor')
+provides=("unity-editor=${pkgver}")
conflicts=('unity-editor')
options=(!strip)
install="${pkgname}.install"