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

Antonio Rojas arojas at archlinux.org
Mon Aug 28 13:36:16 UTC 2017


    Date: Monday, August 28, 2017 @ 13:36:15
  Author: arojas
Revision: 304281

Update to 2.0.0

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-28 13:29:08 UTC (rev 304280)
+++ PKGBUILD	2017-08-28 13:36:15 UTC (rev 304281)
@@ -2,19 +2,19 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=libqalculate
-pkgver=1.0.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=('i686' 'x86_64')
 url="http://qalculate.github.io/"
 license=('GPL')
-depends=('libxml2' 'cln' 'glib2')
-makedepends=('perl-xml-parser' 'intltool')
+depends=('libxml2' 'curl' 'mpfr')
+makedepends=('intltool')
 optdepends=('gnuplot: for plotting support' 
             'wget: for retrieval of exchange rates (not needed if you use one of the GUI)')
 options=('!makeflags')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v${pkgver}a/$pkgname-$pkgver.tar.gz)
-sha256sums=('7cc5a67356374d7f4fb20619dc4dd7976bbe9ae8d5bc3a40b44c46264de9549b')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('86d04362f37aa5acbc78108e0044b96fbffbaa33c309c19c8c37ac4fb46c5485')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list