Date: Saturday, November 26, 2022 @ 08:50:29
Author: arojas
Revision: 1353964
archrelease: copy trunk to community-x86_64
Added:
mauikit-accounts/repos/community-x86_64/PKGBUILD
(from rev 1353963, mauikit-accounts/trunk/PKGBUILD)
Deleted:
mauikit-accounts/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-26 08:50:17 UTC (rev 1353963)
+++ PKGBUILD 2022-11-26 08:50:29 UTC (rev 1353964)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauikit-accounts
-pkgver=2.2.0
-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=('51ac05d7c443eda726194a0a9f3d39a24f51ea476380f0026e00f70a613d86f1')
-
-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 1353963,
mauikit-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-26 08:50:29 UTC (rev 1353964)
@@ -0,0 +1,22 @@
+# 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
+}