summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhayao2021-04-27 21:36:01 +0900
committerhayao2021-04-27 21:36:01 +0900
commit840d0f9693ed5d4b74eac06a0648e20ad60d0e79 (patch)
treece9fe02b96767c1d3618e3cd98711223f01a9fc5 /PKGBUILD
parentd0a3863c3e72e2902b5b8ad6a88809e281c5dfaf (diff)
downloadaur-840d0f9693ed5d4b74eac06a0648e20ad60d0e79.tar.gz
Add provide
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f359e90b11a..6533c4ff063e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer : gborzi <gborzi@ieee.org>
+# Maintainer : Yamada Hayao <hayao@fascode.net>
+# Contributer: gborzi <gborzi@ieee.org>
pkgname=xfce4-topmenu-plugin-git
_gitname=topmenu-gtk
@@ -16,6 +17,7 @@ optdepends=('topmenu-gtk3-git: for gtk3 apps menu'
options=(!libtool)
source=("git+http://git.javispedro.com/cgit/$_gitname.git")
sha1sums=('SKIP')
+provides=("xfce4-topmenu-plugin=${pkgver}")
pkgver() {
cd "$_gitname"