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 8f682e806..d1be23dbc 100644
--- a/community/lxtask/PKGBUILD
+++ b/community/lxtask/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=lxtask
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Task manager of the LXDE Desktop"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,7 +11,6 @@ groups=('lxde')
depends=('gtk2')
makedepends=('pkgconfig' 'intltool')
source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eccfb69ee1a209248b22a5f0a34a4734')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -20,3 +19,5 @@ build() {
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
+
+md5sums=('c4ab47d03d41a88696d64d3f1e78cf7f')