diff options
-rw-r--r-- | nonprism/choqok/PKGBUILD | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/nonprism/choqok/PKGBUILD b/nonprism/choqok/PKGBUILD index 41a30f5b3..3d080788a 100644 --- a/nonprism/choqok/PKGBUILD +++ b/nonprism/choqok/PKGBUILD @@ -1,24 +1,23 @@ -# $Id: PKGBUILD 197385 2016-11-29 12:58:20Z arojas $ # Contributor (Arch): Peter Richard Lewis <plewis@aur.archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Emanuele Rossi <newdna1510@yahoo.it> # Contributor (Arch): Bram Schoenmakers <me@bramschoenmakers.nl> -# Maintainer: Márcio Silva <coadde@hyperbola.info> +# Contributor: Márcio Silva <coadde@hyperbola.info> pkgname=choqok pkgver=1.6.0 -pkgrel=1.nonprism1 +pkgrel=2 +pkgrel+=.nonprism1 pkgdesc="A Pump.io/GNU social client for KDE, without Twitter support" -url='http://choqok.gnufolks.org/' +url='https://choqok.gnufolks.org/' license=('GPL') -arch=('i686' 'x86_64') -conflicts=(${pkgname}-nonprism) -replaces=(${pkgname}-nonprism) +arch=('x86_64') +arch+=('i686') depends=('qoauth' 'knotifyconfig' 'kcmutils' 'kemoticons' 'kdewebkit' 'hicolor-icon-theme') -makedepends=('extra-cmake-modules' 'telepathy-qt' 'kdoctools' 'python') +makedepends=('extra-cmake-modules' 'telepathy-qt' 'kdoctools') optdepends=('telepathy-qt: IMstatus plugin') -source=("http://download.kde.org/stable/${pkgname}/${pkgver%.*}/src/${pkgname}-${pkgver}.tar.xz"{,.sig} - 'nonprism.patch') +source=("https://download.kde.org/stable/${pkgname}/${pkgver%.*}/src/${pkgname}-${pkgver}.tar.xz"{,.sig}) +source+=('nonprism.patch') md5sums=('f61ff13a748a78bb01433c5419c7cc13' 'SKIP' 'f68bf572317277170b397347b928493f') |