git » polkit-qt.git » commit b11b721

Update to latest commit, really remove automoc4 optdepend

author Antonio Rojas
2018-02-09 12:56:19 UTC
committer Antonio Rojas
2018-02-09 12:56:19 UTC
parent 8eef821f1d6d796077c42765b69515e150d71ed3

Update to latest commit, really remove automoc4 optdepend

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 68e9850..6c69727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {