summaryrefslogtreecommitdiff
path: root/community/choqok/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/choqok/PKGBUILD')
-rw-r--r--community/choqok/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/choqok/PKGBUILD b/community/choqok/PKGBUILD
index b79664f00..e17ab7cda 100644
--- a/community/choqok/PKGBUILD
+++ b/community/choqok/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 72717 2012-06-21 07:02:11Z andrea $
+# $Id: PKGBUILD 80455 2012-11-21 23:46:56Z andrea $
# Maintainer: Peter Richard Lewis <plewis@aur.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Emanuele Rossi <newdna1510@yahoo.it>
@@ -6,7 +6,7 @@
pkgname=choqok
pkgver=1.3
-pkgrel=2
+pkgrel=3
pkgdesc="A Twitter/identi.ca/laconica client for KDE"
url='http://choqok.gnufolks.org/'
license=('GPL')
@@ -31,4 +31,7 @@ build() {
package() {
cd "${srcdir}"/build
make DESTDIR="${pkgdir}" install
+
+ # This is already installed by kdepimlibs >= 4.9.80
+ rm "${pkgdir}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake
}