[arch-commits] Commit in libalkimia/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Mar 8 07:17:33 UTC 2018


    Date: Thursday, March 8, 2018 @ 07:17:32
  Author: arojas
Revision: 304307

Fix dependencies (FS#57437)

Modified:
  libalkimia/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-08 06:26:00 UTC (rev 304306)
+++ PKGBUILD	2018-03-08 07:17:32 UTC (rev 304307)
@@ -5,13 +5,13 @@
 
 pkgname=libalkimia
 pkgver=7.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC"
 arch=('x86_64')
 url="http://kde-apps.org/content/show.php/libalkimia?content=137323"
 license=('LGPL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'doxygen' 'extra-cmake-modules' 'qt5-base')
+depends=('qt5-base')
+makedepends=('cmake' 'doxygen' 'extra-cmake-modules')
 source=(http://download.kde.org/stable/alkimia/$pkgver/src/alkimia-$pkgver.tar.xz{,.sig})
 validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C') #Thomas Baumgart <thb at net-bembel.de>
 sha256sums=('0c70d0d3b6c020d5bcf92b6f1c395f3bad53a08d4e2b2c17e70c2079e9f43158'



More information about the arch-commits mailing list