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

Antonio Rojas arojas at archlinux.org
Tue Feb 23 10:40:06 UTC 2021


    Date: Tuesday, February 23, 2021 @ 10:40:06
  Author: arojas
Revision: 869568

Update to 1.2.1

Modified:
  maui-station/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 10:37:42 UTC (rev 869567)
+++ PKGBUILD	2021-02-23 10:40:06 UTC (rev 869568)
@@ -2,8 +2,8 @@
 
 pkgname=maui-station
 _pkgname=station
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="Convergent terminal emulator"
 url="https://mauikit.org/"
 arch=(x86_64)
@@ -12,9 +12,9 @@
 makedepends=(extra-cmake-modules knotifications)
 conflicts=(qmltermwidget)
 groups=(maui)
-source=(https://invent.kde.org/maui/$_pkgname/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz
         https://github.com/Swordfish90/qmltermwidget/archive/v0.1.0/qmltermwidget-0.1.0.tar.gz)
-sha256sums=('459fadacc64bdf972cab457fc8b97af60cf449cf4e0576b1ad44e1ac202199ac'
+sha256sums=('4656e72aa9e40fa1500ab08c422d4e026fba9c6442f3133def911b5bd1cab5cb'
             '127f529a96cf1c96ff201c79458cff67f497b1820b04b0b30cb473423ccb30f9')
 
 build() {
@@ -25,7 +25,7 @@
   make
   )
 
-  cmake -B build -S $_pkgname-v$pkgver
+  cmake -B build -S $_pkgname-$pkgver
   cmake --build build
 }
 



More information about the arch-commits mailing list