Date: Wednesday, March 1, 2023 @ 19:19:45
Author: arojas
Revision: 1406199
archrelease: copy trunk to community-x86_64
Added:
index-fm/repos/community-x86_64/PKGBUILD
(from rev 1406198, index-fm/trunk/PKGBUILD)
Deleted:
index-fm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-01 19:19:34 UTC (rev 1406198)
+++ PKGBUILD 2023-03-01 19:19:45 UTC (rev 1406199)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=index-fm
-pkgver=2.2.1
-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=('95ea041b3bff178b23abdd5aae42e73d991fc60469fbb79cb2c815e3551d36be')
-
-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 1406198,
index-fm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-01 19:19:45 UTC (rev 1406199)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=index-fm
+pkgver=2.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=('21095832346c75f7423d75d8dde3348827a28540200b4630796dc2d46759ce94')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}