summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2015-11-12 16:11:06 +0900
committerJiachen Yang2015-11-12 16:11:06 +0900
commit2a469448dfba247429dbea69360c19de79917d15 (patch)
tree0e97c1c434d7cb44a3e486f57bf54364f2694910
parent85e3754272bc646e52e945e5640fafc3f6164d29 (diff)
downloadaur-awesome34.tar.gz
add provides awesome in PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf922177b602..45a5589f7856 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,6 +32,7 @@ pkgbase = awesome34
optdepends = dex: autostart your desktop files
optdepends = vicious21: widgets for the Awesome window manager
provides = notification-daemon
+ provides = awesome=$pkgver
conflicts = awesome
source = http://awesome.naquadah.org//download/awesome-3.4.15.tar.xz
source = awesome-lua51.patch
diff --git a/PKGBUILD b/PKGBUILD
index c3557d62e405..3fdf789e7c3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ optdepends=(
'vicious21: widgets for the Awesome window manager'
)
conflicts=('awesome')
-provides=('notification-daemon')
+provides=('notification-daemon' 'awesome=$pkgver')
source=("$url/download/awesome-$pkgver.tar.xz"
"awesome-lua51.patch"
"awesome.desktop")