Date: Monday, April 17, 2023 @ 18:55:22
  Author: arojas
Revision: 474121

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 18:55:12 UTC (rev 474120)
+++ PKGBUILD    2023-04-17 18:55:22 UTC (rev 474121)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Eric Bélanger <[email protected]>
-
-pkgname=libqalculate
-pkgver=4.6.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=('07b11dba19a80e8c5413a6bb25c81fb30cc0935b54fa0c9090c4ff8661985e08')
-
-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 474120, 
libqalculate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 18:55:22 UTC (rev 474121)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+
+pkgname=libqalculate
+pkgver=4.6.1
+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=('ed087bfdedea0fd0eb26eb37a25e4c55caccfe96d83933a3573c93241458cab3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to