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

Antonio Rojas arojas at archlinux.org
Tue Feb 23 10:19:43 UTC 2021


    Date: Tuesday, February 23, 2021 @ 10:19:42
  Author: arojas
Revision: 869529

Update to 1.2.1

Modified:
  maui-nota/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 10:19:34 UTC (rev 869528)
+++ PKGBUILD	2021-02-23 10:19:42 UTC (rev 869529)
@@ -2,7 +2,7 @@
 
 pkgname=maui-nota
 _pkgname=nota
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Multi-platform text editor"
 url="https://mauikit.org/"
@@ -11,11 +11,11 @@
 depends=(mauikit hicolor-icon-theme)
 makedepends=(extra-cmake-modules qt5-webengine)
 groups=(maui)
-source=(https://invent.kde.org/maui/$_pkgname/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz)
-sha256sums=('0793208b9388bb2e2d835cab9ff4af187c9cba22de3f639326d48deb63d50a2a')
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('d236915b862f0ff06c23755d3f3a37f355a88991ee59fc25a4344bc67711571f')
 
 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