diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-18 01:06:29 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-18 01:06:29 +0100 |
commit | 220ebede55dbbe69da23b5c87367698aab51ee93 (patch) | |
tree | 42a301b81145f8aa402d8587ea1197945f1b4f39 /nonprism | |
parent | 74b59d099ec842dd6ea87713c223ae5c9572a357 (diff) | |
download | abslibre-220ebede55dbbe69da23b5c87367698aab51ee93.tar.gz abslibre-220ebede55dbbe69da23b5c87367698aab51ee93.tar.bz2 abslibre-220ebede55dbbe69da23b5c87367698aab51ee93.zip |
nonprism/choqok: rebuilt
Diffstat (limited to 'nonprism')
-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') |