diff options
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/choqok/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/choqok/PKGBUILD b/nonprism/choqok/PKGBUILD index 16e6c4f6c..1ee5bfff4 100644 --- a/nonprism/choqok/PKGBUILD +++ b/nonprism/choqok/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 131301 2015-04-13 16:56:27Z tredaelli $ +# $Id: PKGBUILD 149983 2015-12-07 15:41:10Z fyan $ # Maintainer (Arch): Peter Richard Lewis <plewis@aur.archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Emanuele Rossi <newdna1510@yahoo.it> @@ -7,14 +7,14 @@ pkgname=choqok pkgver=1.5 -pkgrel=3.nonprism1 +pkgrel=4.nonprism1 pkgdesc="A Pump.io/GNU social client for KDE, without Twitter support" url='http://choqok.gnufolks.org/' license=('GPL') -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') conflicts=(${pkgname}-nonprism) replaces=(${pkgname}-nonprism) -depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl') +depends=('kdebase-runtime' 'qjson' 'qoauth') makedepends=('cmake' 'automoc4' 'telepathy-qt') optdepends=('kdebase-konqueror: proxy support' 'telepathy-qt: IMstatus plugin') |