diff options
Diffstat (limited to 'community/choqok/PKGBUILD')
-rw-r--r-- | community/choqok/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/choqok/PKGBUILD b/community/choqok/PKGBUILD index 272064aeb..fda3f16a5 100644 --- a/community/choqok/PKGBUILD +++ b/community/choqok/PKGBUILD @@ -1,21 +1,22 @@ -# $Id: PKGBUILD 38484 2011-01-27 17:01:24Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $Id: PKGBUILD 44627 2011-04-09 15:52:17Z andrea $ +# 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.0 +pkgver=1.1 pkgrel=1 pkgdesc="A Twitter/identi.ca/laconica client for KDE" url="http://choqok.gnufolks.org/" license=('GPL') arch=('i686' 'x86_64') depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl') -makedepends=('cmake' 'automoc4' 'docbook-xsl') +makedepends=('cmake' 'automoc4') optdepends=('kdebase-konqueror: proxy support') install="${pkgname}.install" -source=("http://choqok.gnufolks.org/pkgs/${pkgname}-${pkgver}.tar.bz2") -md5sums=('536e05d26dd5cea43c6d8dc17c283104') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +md5sums=('5006404ce250d4a75d4bb762c747962d') build() { cd ${srcdir} |