Date: Wednesday, March 1, 2023 @ 19:18:54
  Author: arojas
Revision: 1406195

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 19:18:36 UTC (rev 1406194)
+++ PKGBUILD    2023-03-01 19:18:54 UTC (rev 1406195)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauikit-accounts
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='MauiKit utilities to handle User Accounts'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('101ba726aee5bfd4d0b2a35ca78083021bb7427c3da61f6ccb27f09afef1698e')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit-accounts/repos/community-x86_64/PKGBUILD (from rev 1406194, 
mauikit-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 19:18:54 UTC (rev 1406195)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=mauikit-accounts
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='MauiKit utilities to handle User Accounts'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('48471e61acf61543b9b6dca76b6bafe95b00f041784f55304aaeae528bff3b83')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to