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

Antonio Rojas arojas at archlinux.org
Tue Feb 23 10:25:55 UTC 2021


    Date: Tuesday, February 23, 2021 @ 10:25:55
  Author: arojas
Revision: 869540

Update to 1.2.1

Modified:
  buho/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 10:24:05 UTC (rev 869539)
+++ PKGBUILD	2021-02-23 10:25:55 UTC (rev 869540)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=buho
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Task and note keeper"
 url="https://mauikit.org/"
@@ -10,11 +10,11 @@
 depends=(mauikit hicolor-icon-theme)
 makedepends=(extra-cmake-modules qt5-webview)
 groups=(maui)
-source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('541aff3d0452f85dd8cb0305a320b960583b37cf29dde990b121b050a454a35f')
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('e7a3f194f9fce2ca21825ebacac09020cce0543a96764f3865f2280dab3ea99b')
 
 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