Date: Monday, April 17, 2023 @ 19:01:11
  Author: arojas
Revision: 474125

archrelease: copy trunk to extra-x86_64

Added:
  qalculate-qt/repos/extra-x86_64/PKGBUILD
    (from rev 474124, 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-04-17 19:00:57 UTC (rev 474124)
+++ PKGBUILD    2023-04-17 19:01:11 UTC (rev 474125)
@@ -1,24 +0,0 @@
-# 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
-}

Copied: qalculate-qt/repos/extra-x86_64/PKGBUILD (from rev 474124, 
qalculate-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 19:01:11 UTC (rev 474125)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=qalculate-qt
+pkgver=4.6.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=('33541ed71be9e179760c3e38d65dcb9c2b10940ed8c197428832bc3537e2225d')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake6 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Reply via email to