Date: Monday, December 19, 2022 @ 21:00:12
Author: arojas
Revision: 464618
archrelease: copy trunk to extra-x86_64
Added:
libqalculate/repos/extra-x86_64/PKGBUILD
(from rev 464617, libqalculate/trunk/PKGBUILD)
Deleted:
libqalculate/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-19 21:00:02 UTC (rev 464617)
+++ PKGBUILD 2022-12-19 21:00:12 UTC (rev 464618)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Eric Bélanger <[email protected]>
-
-pkgname=libqalculate
-pkgver=4.4.0
-pkgrel=2
-pkgdesc='Multi-purpose desktop calculator'
-arch=(x86_64)
-url='https://qalculate.github.io/'
-license=(GPL)
-depends=(libxml2 curl mpfr)
-makedepends=(intltool doxygen)
-optdepends=('gnuplot: for plotting support')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('79cfdc4d4af9dfcd6902c2ec680ed1f3d5845d07b5ee1c76255fdca731a8b758')
-options=(debug)
-
-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 464617,
libqalculate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-19 21:00:12 UTC (rev 464618)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+
+pkgname=libqalculate
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='Multi-purpose desktop calculator'
+arch=(x86_64)
+url='https://qalculate.github.io/'
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool doxygen)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b5d64ac3c524630a066855a403b284a14c78c77c6601bc67caf25d2e04d9d79f')
+options=(debug)
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}