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

Antonio Rojas arojas at archlinux.org
Mon Jul 24 17:02:10 UTC 2017


    Date: Monday, July 24, 2017 @ 17:02:09
  Author: arojas
Revision: 301208

New tarball, fixes plasma-workspace compilation

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-24 16:52:56 UTC (rev 301207)
+++ PKGBUILD	2017-07-24 17:02:09 UTC (rev 301208)
@@ -3,7 +3,7 @@
 
 pkgname=libqalculate
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Multi-purpose desktop calculator"
 arch=('i686' 'x86_64')
 url="http://qalculate.github.io/"
@@ -13,8 +13,8 @@
 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/$pkgname-$pkgver.tar.gz)
-sha256sums=('d9cffe69eff1a8d13f8b3b69b4c7f93ce60b5f800d8352b3851b49056fc6bf1b')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v${pkgver}a/$pkgname-$pkgver.tar.gz)
+sha256sums=('7cc5a67356374d7f4fb20619dc4dd7976bbe9ae8d5bc3a40b44c46264de9549b')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list