Date: Wednesday, March 1, 2023 @ 19:19:07
  Author: arojas
Revision: 1406196

archrelease: copy trunk to community-x86_64

Added:
  mauikit-filebrowsing/repos/community-x86_64/PKGBUILD
    (from rev 1406195, mauikit-filebrowsing/trunk/PKGBUILD)
Deleted:
  mauikit-filebrowsing/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 19:18:54 UTC (rev 1406195)
+++ PKGBUILD    2023-03-01 19:19:07 UTC (rev 1406196)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauikit-filebrowsing
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='MauiKit File Browsing utilities and controls'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit kio)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('2cf46ff4e297849acf11349015a7d81dc77c6421636ad4b1d3fba61b6e85efeb')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit-filebrowsing/repos/community-x86_64/PKGBUILD (from rev 1406195, 
mauikit-filebrowsing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 19:19:07 UTC (rev 1406196)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=mauikit-filebrowsing
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='MauiKit File Browsing utilities and controls'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit kio)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('7949629e7b2ffd61f6d3f3c3f8589c0eb2c575ee2fc2e93b710f043215364036')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to