[arch-commits] Commit in index-fm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun May 9 08:03:51 UTC 2021


    Date: Sunday, May 9, 2021 @ 08:03:51
  Author: arojas
Revision: 928960

archrelease: copy trunk to community-x86_64

Added:
  index-fm/repos/community-x86_64/PKGBUILD
    (from rev 928959, index-fm/trunk/PKGBUILD)
Deleted:
  index-fm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 08:03:41 UTC (rev 928959)
+++ PKGBUILD	2021-05-09 08:03:51 UTC (rev 928960)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=index-fm
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Multi-platform file manager"
-url="https://mauikit.org/"
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('036f68cd4114a262ea3f5f578d33289e7aacd21a9cfb0540322f2e8b5bfcbf7a')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: index-fm/repos/community-x86_64/PKGBUILD (from rev 928959, index-fm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 08:03:51 UTC (rev 928960)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=index-fm
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Multi-platform file manager'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('fa8bfcf4000bd55102cdae0a92d810f378019dca5eee513da02fa2902ba3affd')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list