[arch-commits] Commit in mauikit-accounts/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Nov 6 19:05:44 UTC 2021
Date: Saturday, November 6, 2021 @ 19:05:43
Author: arojas
Revision: 1037703
archrelease: copy trunk to community-x86_64
Added:
mauikit-accounts/repos/community-x86_64/PKGBUILD
(from rev 1037701, mauikit-accounts/trunk/PKGBUILD)
Deleted:
mauikit-accounts/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 19:05:42 UTC (rev 1037702)
+++ PKGBUILD 2021-11-06 19:05:43 UTC (rev 1037703)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-accounts
-pkgver=2.0.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=('01df4684c736fa2902ad05edf4b9e031a926c3a5ff19fbde3eea40ec4e422176')
-
-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 1037701, mauikit-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-06 19:05:43 UTC (rev 1037703)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-accounts
+pkgver=2.1.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=('21bce5964d17eaa548c8e6de0298cd1c76bff495308e8de954e399c7fc2f7f4c')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list