Date: Saturday, November 26, 2022 @ 08:50:17
  Author: arojas
Revision: 1353963

archrelease: copy trunk to community-x86_64

Added:
  mauikit/repos/community-x86_64/PKGBUILD
    (from rev 1353962, mauikit/trunk/PKGBUILD)
Deleted:
  mauikit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-26 08:45:28 UTC (rev 1353962)
+++ PKGBUILD    2022-11-26 08:50:17 UTC (rev 1353963)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauikit
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Templated convergent controls and multi-platform utilities for Maui 
applications'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauiman ki18n knotifications kirigami2 qt5-svg)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('02f72ff76c66a5e0506d2d6b2782272f9331dbdccf1a0a3bcd6e391f287f7b15')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit/repos/community-x86_64/PKGBUILD (from rev 1353962, 
mauikit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-26 08:50:17 UTC (rev 1353963)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=mauikit
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Templated convergent controls and multi-platform utilities for Maui 
applications'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauiman ki18n knotifications kirigami2 qt5-svg)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f02424973b9aa6362010380d9882f3465ca3b54d085190afde2c48819e689267')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to