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

Antonio Rojas arojas at archlinux.org
Tue Jul 26 17:48:04 UTC 2016


    Date: Tuesday, July 26, 2016 @ 17:48:03
  Author: arojas
Revision: 272473

Update to 0.9.9

Modified:
  libqalculate/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-26 16:00:18 UTC (rev 272472)
+++ PKGBUILD	2016-07-26 17:48:03 UTC (rev 272473)
@@ -2,11 +2,11 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=libqalculate
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=('i686' 'x86_64')
-url="http://qalculate.sourceforge.net/"
+url="http://qalculate.github.io/"
 license=('GPL')
 depends=('libxml2' 'cln' 'glib2')
 makedepends=('perl-xml-parser' 'intltool')
@@ -14,17 +14,9 @@
             'wget: for retrieval of exchange rates (not needed if you use one of the GUI)'
             'gnome-vfs: for retrieval of exchange rates (not needed if you use one of the GUI)')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz
-        libqalculate-fix-crash.patch::"https://github.com/Qalculate/libqalculate/commit/eade7b72.patch")
-sha1sums=('d9023ae524aebf8e8b90e4e0cb76e04b77f60fd4'
-          '5d35a6b431e417d6334ed717be2eac2fa8e85750')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('9b177da13b312c00e4712518e0a7ba01b4765ab2')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix segfault when locale missing
-  patch -p1 -i ../libqalculate-fix-crash.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr



More information about the arch-commits mailing list