diff options
Diffstat (limited to 'community/choqok')
-rw-r--r-- | community/choqok/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/choqok/PKGBUILD b/community/choqok/PKGBUILD index b025bb1e4..6e10547e3 100644 --- a/community/choqok/PKGBUILD +++ b/community/choqok/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 44627 2011-04-09 15:52:17Z andrea $ +# $Id: PKGBUILD 57710 2011-11-01 14:51:22Z plewis $ # Maintainer: Peter Lewis <plewis@aur.archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Emanuele Rossi <newdna1510@yahoo.it> # Contributor: Bram Schoenmakers <me@bramschoenmakers.nl> pkgname=choqok -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc="A Twitter/identi.ca/laconica client for KDE" url="http://choqok.gnufolks.org/" @@ -16,7 +16,7 @@ makedepends=('cmake' 'automoc4') optdepends=('kdebase-konqueror: proxy support') install="${pkgname}.install" source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('5006404ce250d4a75d4bb762c747962d') +md5sums=('05d01f4c93c081f3a84ea013cfba7229') build() { cd ${srcdir} |