summaryrefslogtreecommitdiff
path: root/community/lxtask/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxtask/PKGBUILD')
-rw-r--r--community/lxtask/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/lxtask/PKGBUILD b/community/lxtask/PKGBUILD
index db8d97ae5..526fbfd53 100644
--- a/community/lxtask/PKGBUILD
+++ b/community/lxtask/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=lxtask
pkgver=0.1.4
-pkgrel=3
+pkgrel=3.2
pkgdesc="Task manager of the LXDE Desktop"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
@@ -16,6 +16,7 @@ md5sums=('c4ab47d03d41a88696d64d3f1e78cf7f')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac
autoreconf
./configure --sysconfdir=/etc --prefix=/usr
make