Date: Monday, April 8, 2019 @ 22:43:38 Author: arojas Revision: 350406
Update to 3.2.0 Modified: kexi/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-08 22:27:41 UTC (rev 350405) +++ PKGBUILD 2019-04-08 22:43:38 UTC (rev 350406) @@ -1,31 +1,25 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=kexi -pkgver=3.1.0 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 pkgdesc="A visual database applications creator" arch=(x86_64) url="http://www.kexi-project.org/" license=(GPL2) -depends=(kdb kreport ktexteditor breeze-icons) -makedepends=(extra-cmake-modules qt5-tools kdoctools mariadb-libs postgresql qt5-webkit doxygen) +depends=(kdb kreport ktexteditor breeze-icons hicolor-icon-theme) +makedepends=(extra-cmake-modules qt5-tools kdoctools mariadb-libs postgresql qt5-webkit doxygen marble-common) optdepends=('qt5-webkit: Web browser plugin') conflicts=(calligra-kexi) replaces=(calligra-kexi) -source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig} - '0001-fix-build-with-qt-5-11.patch') -sha256sums=('6d55cd4af177bcb060673a0977d52bc91cc2dd1b1420d008a78f9783312152fb' - 'SKIP' - 'f8daf1f5c366bb5a01be20f81b86bb5081d4355fecd81b90e4c5016a8e97c106') +source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig}) +md5sums=('90ac376276be2f5a8f6eca537ca5fd0c' + 'SKIP') validpgpkeys=(4866BAF713B465677A4059643C7C0E201B6524DB) # Jarosław Staniek <[email protected]> prepare() { mkdir -p build - - cd $pkgname-$pkgver - - patch -Np1 < ../0001-fix-build-with-qt-5-11.patch } build() {
