summaryrefslogtreecommitdiff
path: root/community/xpad
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-28 03:59:44 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-28 03:59:44 +0000
commitf62112e9664a5448ebcceb9e4b851d65f2361a5c (patch)
treea6f1e6e4ec57e842cea624c2062897e052d20a6b /community/xpad
parent2676c8b3a08c1af42cabaa11ac68985ef635eca3 (diff)
Sat Jun 28 03:57:02 UTC 2014
Diffstat (limited to 'community/xpad')
-rw-r--r--community/xpad/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/xpad/PKGBUILD b/community/xpad/PKGBUILD
index 92a75b75e..f1346c3cd 100644
--- a/community/xpad/PKGBUILD
+++ b/community/xpad/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 113443 2014-06-23 10:52:45Z spupykin $
+# $Id: PKGBUILD 113662 2014-06-27 11:30:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Ben <contrasutra@myrealbox.com>
pkgname=xpad
-pkgver=4.3
+pkgver=4.3.1
+_pkgver=$(echo $pkgver | cut -f1-2 -d.)
pkgrel=1
pkgdesc="Stickies-like notes program"
arch=(i686 x86_64)
@@ -13,8 +14,8 @@ makedepends=('intltool')
url="http://mterry.name/xpad/"
license=('GPL')
install=xpad.install
-source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2)
-md5sums=('d524d693e2ecb6be99a3005b090b2256')
+source=(http://launchpad.net/xpad/trunk/${_pkgver}/+download/xpad-$pkgver.tar.bz2)
+md5sums=('caaa7bc779bb2388616003f20b7c1332')
build() {
cd $srcdir/$pkgname-$pkgver