Date: Wednesday, January 4, 2023 @ 16:29:17
  Author: arojas
Revision: 465471

archrelease: copy trunk to extra-x86_64

Added:
  qalculate-qt/repos/extra-x86_64/PKGBUILD
    (from rev 465470, 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-01-04 16:29:07 UTC (rev 465470)
+++ PKGBUILD    2023-01-04 16:29:17 UTC (rev 465471)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=qalculate-qt
-pkgver=4.5.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=('05f6585eb0e22eaafdaae342ef492ef599d35e14c3880080776376df177dd7d7')
-
-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 465470, 
qalculate-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-04 16:29:17 UTC (rev 465471)
@@ -0,0 +1,24 @@
+# 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
+}

Reply via email to