summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2013-11-01 02:18:23 -0500
committerDoug Newgard2013-11-01 02:18:23 -0500
commit32e137337e047143de66a755adb2c89be4518953 (patch)
treee2ee3b96f53a7b3cebd5e34189cb93f6bbeecb95 /PKGBUILD
parente97f9e3c2e059427c5bb07331625cf5008845663 (diff)
downloadaur-32e137337e047143de66a755adb2c89be4518953.tar.gz
Update _pkgname, provides, and conflicts to my current template
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c36327010a4..772655485814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Doug Newgard <scimmia22 at outlook dot com>
pkgname=enjoy-git
-_pkgname=enjoy
+_pkgname=${pkgname%-*}
pkgver=0.1.0.205.aa8fec6
pkgrel=1
pkgdesc="Music player based on EFL"
@@ -10,6 +10,8 @@ url="http://www.enlightenment.org"
license=('GPL3')
depends=('elementary>=1.7.99' 'lightmediascanner')
makedepends=('git')
+provides=("$_pkgname=$pkgver")
+conflicts=("$_pkgname")
source=("git://git.enlightenment.org/apps/$_pkgname.git")
md5sums=('SKIP')