[arch-commits] Commit in mauikit-filebrowsing/repos/community-x86_64 (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 8 07:55:53 UTC 2022


    Date: Tuesday, February 8, 2022 @ 07:55:52
  Author: arojas
Revision: 1128980

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 07:55:43 UTC (rev 1128979)
+++ PKGBUILD	2022-02-08 07:55:52 UTC (rev 1128980)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-filebrowsing
-pkgver=2.1.0
-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=('273171a0148d83540f3a2c73b7b0ef3be14586948f6e829b270e30146bb9af43')
-
-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 1128979, mauikit-filebrowsing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-08 07:55:52 UTC (rev 1128980)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-filebrowsing
+pkgver=2.1.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=('daee19e3df3f04a701c7319d9c27d2828146fd9aed3c3897c652781286e72ccc')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list