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

Antonio Rojas arojas at archlinux.org
Tue Sep 17 20:58:50 UTC 2019


    Date: Tuesday, September 17, 2019 @ 20:58:49
  Author: arojas
Revision: 511023

Update to 8.0.2

Modified:
  libalkimia/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-17 20:45:13 UTC (rev 511022)
+++ PKGBUILD	2019-09-17 20:58:49 UTC (rev 511023)
@@ -3,7 +3,7 @@
 # Contributor: gumper <gumper1034 at gmail.com>
 
 pkgname=libalkimia
-pkgver=8.0.1
+pkgver=8.0.2
 pkgrel=1
 pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC"
 arch=('x86_64')
@@ -11,28 +11,22 @@
 license=('LGPL')
 depends=('qt5-webkit' 'knewstuff' 'kdelibs4support' 'hicolor-icon-theme')
 makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'kdesignerplugin' 'plasma-framework' 'kpackage' 'kdoctools')
-source=(https://ftp.acc.umu.se/mirror/kde.org/ftp/stable/alkimia/$pkgver/alkimia-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/alkimia/$pkgver/alkimia-$pkgver.tar.xz{,.sig})
 validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C'  # Thomas Baumgart <thb at net-bembel.de>
               '8C13BC14185A65215B592A2F1243132CD9321771') # Ralf Habacker <ralf.habacker at freenet.de>
-sha256sums=('f5601780f6ed95b5e14dd3a243ecd1afbdbdb522f0e32dec2fb86933ec363115'
+sha256sums=('616f7736fde8ce8acec4575f14e856fabfefb0961d932198d42fbd9a639a852a'
             'SKIP')
 
 build() {
-  cd "${srcdir}"
-
   mkdir build
   cd build
 
-  cmake ../alkimia-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_BUILD_TYPE=Release \
-    -Wno-dev
+  cmake ../alkimia-${pkgver}
   make
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list