summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e0063ef7e0d..c268df835fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=dock-applet
pkgname=mate-applet-dock-git
pkgver=0.62.r3.gf4af0cd
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="An application dock applet for the MATE panel"
arch=('any')
@@ -21,6 +21,8 @@ pkgver() {
build() {
cd "$srcdir/dock-applet"
+ aclocal
+ automake --add-missing
autoreconf
./configure --prefix=/usr --disable-schemas-compile
make