Date: Friday, February 9, 2018 @ 12:56:19 Author: arojas Revision: 316516
Update to latest commit, really remove automoc4 optdepend Modified: polkit-qt/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-09 12:05:17 UTC (rev 316515) +++ PKGBUILD 2018-02-09 12:56:19 UTC (rev 316516) @@ -4,15 +4,15 @@ pkgbase=polkit-qt pkgname=(polkit-qt4 polkit-qt5) -pkgver=0.112.0+git20160226 -pkgrel=2 +pkgver=0.112.0+git20180107 +pkgrel=1 pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API' arch=(x86_64) url='https://www.kde.org/' license=(LGPL) -makedepends=(cmake automoc4 polkit qt4 qt5-base git) +makedepends=(cmake polkit qt4 qt5-base git) #source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgbase}-1-${pkgver}.tar.bz2") -source=("git+https://anongit.kde.org/polkit-qt-1.git#commit=15c7867e88c5278f61896b5531ac2b544add8220") +source=("git+https://anongit.kde.org/polkit-qt-1.git#commit=cbecf60ac7b5c17cf37503d6675bf5542efbab29") sha256sums=('SKIP') prepare() {
