[arch-commits] Commit in maui-pix/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 23 07:50:29 UTC 2021


    Date: Tuesday, February 23, 2021 @ 07:50:29
  Author: arojas
Revision: 869276

Update to 1.2.1

Modified:
  maui-pix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 07:50:10 UTC (rev 869275)
+++ PKGBUILD	2021-02-23 07:50:29 UTC (rev 869276)
@@ -2,7 +2,7 @@
 
 pkgname=maui-pix
 _pkgname=pix
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Image gallery application"
 url="https://mauikit.org/"
@@ -11,11 +11,11 @@
 depends=(mauikit hicolor-icon-theme)
 makedepends=(extra-cmake-modules qt5-location)
 groups=(maui)
-source=(https://invent.kde.org/maui/$_pkgname/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz)
-sha256sums=('44d1d5c5c126dbd6fd5953f397b850300435921f884adddc3821f46fd8abd00d')
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('cf13adf4e411bbe4f9c096442ea0ded07ee515d344eb2909789eed5176ce670b')
 
 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