[arch-commits] Commit in signon-kwallet-extension/repos/extra-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Thu Sep 3 11:19:33 UTC 2020


    Date: Thursday, September 3, 2020 @ 11:19:33
  Author: arojas
Revision: 395186

archrelease: copy trunk to extra-x86_64

Added:
  signon-kwallet-extension/repos/extra-x86_64/PKGBUILD
    (from rev 395185, signon-kwallet-extension/trunk/PKGBUILD)
Deleted:
  signon-kwallet-extension/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 11:19:25 UTC (rev 395185)
+++ PKGBUILD	2020-09-03 11:19:33 UTC (rev 395186)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: anex <assassin.anex[@]gmail.com
-
-pkgname=signon-kwallet-extension
-pkgver=20.08.0
-pkgrel=1
-pkgdesc="KWallet integration for signon framework"
-arch=(x86_64)
-url="https://kde.org"
-license=(LGPL)
-groups=(kde-applications kde-network)
-depends=(signond kwallet)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ec65a9b05dd014ec541ba87e39b6ae8a7af8bf4017f58c7b566960e452f99493'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: signon-kwallet-extension/repos/extra-x86_64/PKGBUILD (from rev 395185, signon-kwallet-extension/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-03 11:19:33 UTC (rev 395186)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: anex <assassin.anex[@]gmail.com
+
+pkgname=signon-kwallet-extension
+pkgver=20.08.1
+pkgrel=1
+pkgdesc="KWallet integration for signon framework"
+arch=(x86_64)
+url="https://kde.org"
+license=(LGPL)
+groups=(kde-applications kde-network)
+depends=(signond kwallet)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('10a0ea806dc63cbf6c6d4794fe596c68355bccb3e08370d70ce7a8e95af448a5'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list