[arch-commits] Commit in (10 files)

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 8 07:40:49 UTC 2022


    Date: Tuesday, February 8, 2022 @ 07:40:48
  Author: arojas
Revision: 1128976

Update to 2.1.1

Modified:
  buho/trunk/PKGBUILD
  index-fm/trunk/PKGBUILD
  maui-nota/trunk/PKGBUILD
  maui-pix/trunk/PKGBUILD
  mauikit-accounts/trunk/PKGBUILD
  mauikit-filebrowsing/trunk/PKGBUILD
  mauikit-imagetools/trunk/PKGBUILD
  mauikit-texteditor/trunk/PKGBUILD
  mauikit/trunk/PKGBUILD
  vvave/trunk/PKGBUILD

-------------------------------------+
 buho/trunk/PKGBUILD                 |    4 ++--
 index-fm/trunk/PKGBUILD             |    4 ++--
 maui-nota/trunk/PKGBUILD            |    4 ++--
 maui-pix/trunk/PKGBUILD             |    4 ++--
 mauikit-accounts/trunk/PKGBUILD     |    4 ++--
 mauikit-filebrowsing/trunk/PKGBUILD |    4 ++--
 mauikit-imagetools/trunk/PKGBUILD   |    4 ++--
 mauikit-texteditor/trunk/PKGBUILD   |    4 ++--
 mauikit/trunk/PKGBUILD              |    4 ++--
 vvave/trunk/PKGBUILD                |    4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

Modified: buho/trunk/PKGBUILD
===================================================================
--- buho/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ buho/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=buho
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Task and note keeper'
 url='https://mauikit.org/'
@@ -11,7 +11,7 @@
 makedepends=(extra-cmake-modules)
 groups=(maui)
 source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('0795a957575c51ae09d831f3ba349069fa841effa272c42c0c2e34514868f610')
+sha256sums=('13cf4e0348b63292dd61795f948b6106b8f1ce97f3fb518a5ddc01431447b6c8')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: index-fm/trunk/PKGBUILD
===================================================================
--- index-fm/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ index-fm/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=index-fm
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Multi-platform file manager'
 url='https://mauikit.org/'
@@ -11,7 +11,7 @@
 makedepends=(extra-cmake-modules)
 groups=(maui)
 source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('398cc87442847bc957a0e4ba7057b48b7108ef4eb47cbf2acee3d313c2f2f73b')
+sha256sums=('dbe1078356f9776dce3a5404d2d9b00c8984c0a8aa02eb0ec450c6c5f4b3fc5e')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: maui-nota/trunk/PKGBUILD
===================================================================
--- maui-nota/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ maui-nota/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -2,7 +2,7 @@
 
 pkgname=maui-nota
 _pkgname=nota
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Multi-platform text editor'
 url='https://mauikit.org/'
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules)
 groups=(maui)
 source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('a5427f9001549ebdf3feb4d79c80b3c824500ec959109dba35b0552125d05419')
+sha256sums=('d59f39179791c79f15f1caf0b50d4c79558cd2b6b9316605c40f6e0356b66bdf')
 
 build() {
   cmake -B build -S $_pkgname-$pkgver

Modified: maui-pix/trunk/PKGBUILD
===================================================================
--- maui-pix/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ maui-pix/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -2,7 +2,7 @@
 
 pkgname=maui-pix
 _pkgname=pix
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Image gallery application'
 url='https://mauikit.org/'
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules)
 groups=(maui)
 source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('5b1ee196d292f05a4d8c8c15d0b6e3a5bc08c0cd3dc8b7d80db7bf66ed4ae697')
+sha256sums=('371142f0b50065d9065c8a98aad226adcfd5a3a7fa8ea4d4d531279980018e0a')
 
 build() {
   cmake -B build -S $_pkgname-$pkgver

Modified: mauikit/trunk/PKGBUILD
===================================================================
--- mauikit/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ mauikit/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=mauikit
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Templated convergent controls and multi-platform utilities for Maui applications'
 url='https://mauikit.org/'
@@ -10,7 +10,7 @@
 depends=(ki18n knotifications kirigami2 qt5-svg)
 makedepends=(extra-cmake-modules)
 source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('577b999de9ee07e7db26b6686890bed9324d64823c2014315193ed39e183e355')
+sha256sums=('4a771d0d488086391910f2e8b20307116069ba55577d18b35fdbdc4e50b9e9c5')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: mauikit-accounts/trunk/PKGBUILD
===================================================================
--- mauikit-accounts/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ mauikit-accounts/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=mauikit-accounts
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='MauiKit utilities to handle User Accounts'
 url='https://mauikit.org/'
@@ -10,7 +10,7 @@
 depends=(mauikit)
 makedepends=(extra-cmake-modules)
 source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('21bce5964d17eaa548c8e6de0298cd1c76bff495308e8de954e399c7fc2f7f4c')
+sha256sums=('08b35303dfd9c903cfbf62b90931ec8315d0d62367dbf56c594907f39d3c06b4')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: mauikit-filebrowsing/trunk/PKGBUILD
===================================================================
--- mauikit-filebrowsing/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ mauikit-filebrowsing/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=mauikit-filebrowsing
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='MauiKit File Browsing utilities and controls'
 url='https://mauikit.org/'
@@ -10,7 +10,7 @@
 depends=(mauikit kio)
 makedepends=(extra-cmake-modules)
 source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('273171a0148d83540f3a2c73b7b0ef3be14586948f6e829b270e30146bb9af43')
+sha256sums=('daee19e3df3f04a701c7319d9c27d2828146fd9aed3c3897c652781286e72ccc')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: mauikit-imagetools/trunk/PKGBUILD
===================================================================
--- mauikit-imagetools/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ mauikit-imagetools/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=mauikit-imagetools
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='MauiKit Image Tools Components'
 url='https://mauikit.org/'
@@ -10,7 +10,7 @@
 depends=(mauikit kquickimageeditor qt5-location exiv2)
 makedepends=(extra-cmake-modules)
 source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf54e1a7911330ff895bc52b635993fa8a41609c437051e464fe6782b036c42d')
+sha256sums=('ea728c115e0dc86f2aab68fd41764b266928f9daa331e8fcd1c5cba9d7c95378')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: mauikit-texteditor/trunk/PKGBUILD
===================================================================
--- mauikit-texteditor/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ mauikit-texteditor/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=mauikit-texteditor
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='MauiKit Text Editor components'
 url='https://mauikit.org/'
@@ -10,7 +10,7 @@
 depends=(mauikit syntax-highlighting)
 makedepends=(extra-cmake-modules kio)
 source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('d0446dea30d12bd9b0b9ecd20df453496f285eb09f48fbe54210e92a2f9c03cb')
+sha256sums=('d4e97a540fc365e22703d40ac9921ecfd4e896ad31459b23f0611197735c243f')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: vvave/trunk/PKGBUILD
===================================================================
--- vvave/trunk/PKGBUILD	2022-02-08 06:02:44 UTC (rev 1128975)
+++ vvave/trunk/PKGBUILD	2022-02-08 07:40:48 UTC (rev 1128976)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=vvave
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Multi-platform media player'
 url='https://mauikit.org/'
@@ -13,7 +13,7 @@
 conflicts=(babe)
 replaces=(babe)
 source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('73215b9fefca98f987845c5d7a9d206be45e16596a0b74d6c76bcadb1483b610')
+sha256sums=('3c1d9169009bfae61ad26ee4956ad3eb7303b6f36752ae827bf2ca313c674d4a')
 
 build() {
   cmake -B build -S $pkgname-$pkgver



More information about the arch-commits mailing list