[arch-commits] Commit in mauikit-accounts/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon May 16 19:13:48 UTC 2022


    Date: Monday, May 16, 2022 @ 19:13:47
  Author: arojas
Revision: 1207584

archrelease: copy trunk to community-x86_64

Added:
  mauikit-accounts/repos/community-x86_64/PKGBUILD
    (from rev 1207583, 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-05-16 19:13:37 UTC (rev 1207583)
+++ PKGBUILD	2022-05-16 19:13:47 UTC (rev 1207584)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-accounts
-pkgver=2.1.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=('08b35303dfd9c903cfbf62b90931ec8315d0d62367dbf56c594907f39d3c06b4')
-
-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 1207583, mauikit-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-16 19:13:47 UTC (rev 1207584)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-accounts
+pkgver=2.1.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=('539fc797cf736d971a7902e642840a8083f640220802c599f92893111f29cc02')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list