[arch-commits] Commit in index-fm/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 23 07:47:21 UTC 2021


    Date: Tuesday, February 23, 2021 @ 07:47:21
  Author: arojas
Revision: 869267

Update to 1.2.1

Modified:
  index-fm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 07:47:06 UTC (rev 869266)
+++ PKGBUILD	2021-02-23 07:47:21 UTC (rev 869267)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=index-fm
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Multi-platform file manager"
 url="https://mauikit.org/"
@@ -10,11 +10,11 @@
 depends=(mauikit hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
 groups=(maui)
-source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('e66267740eebc322b99ea020af354cea6e4c619fe4049c97187165ce3ecd3855')
+source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('036f68cd4114a262ea3f5f578d33289e7aacd21a9cfb0540322f2e8b5bfcbf7a')
 
 build() {
-  cmake -B build -S $pkgname-v$pkgver
+  cmake -B build -S $pkgname-$pkgver
   cmake --build build
 }
 



More information about the arch-commits mailing list