Date: Wednesday, March 1, 2023 @ 19:20:57
  Author: arojas
Revision: 1406205

archrelease: copy trunk to community-x86_64

Added:
  maui-station/repos/community-x86_64/PKGBUILD
    (from rev 1406204, maui-station/trunk/PKGBUILD)
Deleted:
  maui-station/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 19:20:46 UTC (rev 1406204)
+++ PKGBUILD    2023-03-01 19:20:57 UTC (rev 1406205)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=maui-station
-_pkgname=station
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Convergent terminal emulator'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing qmltermwidget hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('9f5b4fcbe26f0a19ac92aa7399f97e365e4915b51c5f6a41825041240e6105b2')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-station/repos/community-x86_64/PKGBUILD (from rev 1406204, 
maui-station/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 19:20:57 UTC (rev 1406205)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=maui-station
+_pkgname=station
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Convergent terminal emulator'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing qmltermwidget hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('4ba7c25252dc05257c812e120fc2627b1c1f406d8b189caf1e3481b9e4347aeb')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to