[arch-commits] Commit in libqalculate/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Dec 7 16:38:03 UTC 2017


    Date: Thursday, December 7, 2017 @ 16:38:01
  Author: arojas
Revision: 311773

archrelease: copy trunk to extra-x86_64

Added:
  libqalculate/repos/extra-x86_64/PKGBUILD
    (from rev 311772, libqalculate/trunk/PKGBUILD)
Deleted:
  libqalculate/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 16:37:24 UTC (rev 311772)
+++ PKGBUILD	2017-12-07 16:38:01 UTC (rev 311773)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=libqalculate
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="Multi-purpose desktop calculator"
-arch=('i686' 'x86_64')
-url="http://qalculate.github.io/"
-license=('GPL')
-depends=('libxml2' 'curl' 'mpfr')
-makedepends=('intltool')
-optdepends=('gnuplot: for plotting support')
-options=('!makeflags')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7668ed9ab32d46d3638297985a03bc995b6aedf8b8335685e1a43393ba236f12')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 311772, libqalculate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-07 16:38:01 UTC (rev 311773)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libqalculate
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=('x86_64')
+url="http://qalculate.github.io/"
+license=('GPL')
+depends=('libxml2' 'curl' 'mpfr')
+makedepends=('intltool')
+optdepends=('gnuplot: for plotting support')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f02c58cc14e899a77970d3ad97afe4e3a765e6b602b3f3d38fbc5039d466288')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list