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

Antonio Rojas arojas at gemini.archlinux.org
Sat Nov 6 19:06:17 UTC 2021


    Date: Saturday, November 6, 2021 @ 19:06:17
  Author: arojas
Revision: 1037708

archrelease: copy trunk to community-x86_64

Added:
  index-fm/repos/community-x86_64/PKGBUILD
    (from rev 1037707, 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-11-06 19:06:09 UTC (rev 1037707)
+++ PKGBUILD	2021-11-06 19:06:17 UTC (rev 1037708)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=index-fm
-pkgver=2.0.0
-pkgrel=2
-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=('4fa762557d84db84b90af01c48af99fd0dcec70ec363d28774c25097ed96701f')
-
-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 1037707, index-fm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-06 19:06:17 UTC (rev 1037708)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=index-fm
+pkgver=2.1.0
+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=('398cc87442847bc957a0e4ba7057b48b7108ef4eb47cbf2acee3d313c2f2f73b')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list