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

Antonio Rojas arojas at gemini.archlinux.org
Mon Feb 14 17:23:08 UTC 2022


    Date: Monday, February 14, 2022 @ 17:23:08
  Author: arojas
Revision: 437202

archrelease: copy trunk to extra-x86_64

Added:
  qalculate-qt/repos/extra-x86_64/PKGBUILD
    (from rev 437201, qalculate-qt/trunk/PKGBUILD)
Deleted:
  qalculate-qt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 17:22:59 UTC (rev 437201)
+++ PKGBUILD	2022-02-14 17:23:08 UTC (rev 437202)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=qalculate-qt
-pkgver=3.22.0
-pkgrel=1
-pkgdesc='Qt frontend for libqalculate'
-arch=(x86_64)
-url='https://qalculate.github.io/'
-license=(GPL)
-depends=(libqalculate qt6-svg hicolor-icon-theme)
-makedepends=(qt6-tools)
-source=(https://github.com/Qalculate/qalculate-qt/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('74f461d21328a0a6b5f008369a52398a3b047bc7d8a70bce6387944aabddcc7f')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake6 PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qalculate-qt/repos/extra-x86_64/PKGBUILD (from rev 437201, qalculate-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-14 17:23:08 UTC (rev 437202)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qalculate-qt
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Qt frontend for libqalculate'
+arch=(x86_64)
+url='https://qalculate.github.io/'
+license=(GPL)
+depends=(libqalculate qt6-svg hicolor-icon-theme)
+makedepends=(qt6-tools)
+source=(https://github.com/Qalculate/qalculate-qt/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1a208bdcefc738f001a1e098be0ef74f18099fde2c412959fc1fea10b97b41da')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake6 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list