Date: Monday, March 6, 2023 @ 21:43:57
Author: arojas
Revision: 470317
archrelease: copy trunk to extra-x86_64
Added:
qalculate-qt/repos/extra-x86_64/PKGBUILD
(from rev 470316, qalculate-qt/trunk/PKGBUILD)
Deleted:
qalculate-qt/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-06 21:43:47 UTC (rev 470316)
+++ PKGBUILD 2023-03-06 21:43:57 UTC (rev 470317)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=qalculate-qt
-pkgver=4.5.1
-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=('fee346f061606b4263f703c58efb6e9d1a952be2a3cd240b254a0ce5a6e04cf3')
-
-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 470316,
qalculate-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-06 21:43:57 UTC (rev 470317)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=qalculate-qt
+pkgver=4.6.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=('dc9035cdcf77f8b0ab99a912270925f1851c20fec42ded192a66885413cde0fd')
+
+build() {
+ cd $pkgname-$pkgver
+ qmake6 PREFIX=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}