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

Antonio Rojas arojas at gemini.archlinux.org
Wed Oct 13 14:58:16 UTC 2021


    Date: Wednesday, October 13, 2021 @ 14:58:16
  Author: arojas
Revision: 425850

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-13 14:58:03 UTC (rev 425849)
+++ PKGBUILD	2021-10-13 14:58:16 UTC (rev 425850)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=qalculate-qt
-pkgver=3.20.1
-pkgrel=2
-pkgdesc='Qt frontend for libqalculate'
-arch=(x86_64)
-url='https://qalculate.github.io/'
-license=(GPL)
-depends=(libqalculate qt6-svg hicolor-icon-theme)
-makedepends=()
-source=(https://github.com/Qalculate/qalculate-qt/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('189e952b2b6b99ef63db46bd70d31f140adf19e8364d0eb4064daefca6a16e8a')
-
-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 425849, qalculate-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-13 14:58:16 UTC (rev 425850)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qalculate-qt
+pkgver=3.21.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=('f14c2d8677b650fd03d8b96d82bcedbae406015f2f871222f94b827c5a0aeef6')
+
+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