summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 440e65976168..1d6b9cc855ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Dec 17 12:04:11 UTC 2015
pkgbase = topmenu-gtk3-git
pkgdesc = Gtk3 module for topmenu.
- pkgver = 2015.03.22
+ pkgver = 2015.12.10
pkgrel = 1
url = https://git.javispedro.com/cgit/topmenu-gtk.git/about/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6d3aa3bcf1b1..62f244f8e9ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=topmenu-gtk3-git
_gitname=topmenu-gtk
-pkgver=2015.03.22
+pkgver=2015.12.10
pkgrel=1
pkgdesc="Gtk3 module for topmenu."
url="https://git.javispedro.com/cgit/topmenu-gtk.git/about/"
@@ -24,7 +24,7 @@ build() {
autoreconf -fi
./configure --prefix=/usr --with-gtk=3 --with-wnck=wnck1 --disable-static \
- --disable-mate-applet --disable-xfce-applet --libexecdir=/usr/lib/topmenu
+ --disable-mate-applet --disable-xfce-applet --disable-lxpanel-plugin --libexecdir=/usr/lib/topmenu
make
}