diff options
Diffstat (limited to 'community/tuxcards')
-rw-r--r-- | community/tuxcards/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/tuxcards/PKGBUILD b/community/tuxcards/PKGBUILD index 929269c6e..a1b216c8d 100644 --- a/community/tuxcards/PKGBUILD +++ b/community/tuxcards/PKGBUILD @@ -1,18 +1,17 @@ -# $Id: PKGBUILD 27541 2010-09-25 02:00:20Z ebelanger $ -# Maintainer: Eric Belanger <eric@archlinux.org> +# $Id: PKGBUILD 67712 2012-03-14 07:57:27Z ebelanger $ +# Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=tuxcards pkgver=2.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a structured manner" arch=('i686' 'x86_64') url="http://www.tuxcards.de" license=('GPL') depends=('qt') -changelog=ChangeLog source=(http://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz tuxcards.desktop) -md5sums=('e10630d0ce8038e75aeaef228e10e5d9' 'c6d9d6752b8e7affb733b0f9a46a176c') -sha1sums=('c0410f28b51d58b4f372ffae0ce0d2a7329f2c45' '565419ac6b24d61fc038462a783cb80d44b4fe7e') +sha1sums=('c0410f28b51d58b4f372ffae0ce0d2a7329f2c45' + '565419ac6b24d61fc038462a783cb80d44b4fe7e') build() { cd "${srcdir}/${pkgname}" |