diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-03 12:50:27 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-03 12:50:27 -0300 |
commit | 692010aa202808a5b0ab62a132e5e366e34273fc (patch) | |
tree | a2c48fc9ef2c8ae3f6d1ff4f0905c36257fc9707 /community/choqok/PKGBUILD | |
parent | 01dfa0016c313f5ec5be0a8b624bac5031ff74a8 (diff) | |
parent | 6c10ff06abb7ca3a4db4c73624f73aafdd3b2e63 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/lightspark/PKGBUILD
community-testing/gambas3/PKGBUILD
community-testing/shotwell/PKGBUILD
Diffstat (limited to 'community/choqok/PKGBUILD')
-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} |