[arch-commits] Commit in kpkpass/repos/extra-x86_64 (PKGBUILD PKGBUILD keys keys)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Sep 8 11:54:50 UTC 2022
Date: Thursday, September 8, 2022 @ 11:54:50
Author: arojas
Revision: 455375
archrelease: copy trunk to extra-x86_64
Added:
kpkpass/repos/extra-x86_64/PKGBUILD
(from rev 455374, kpkpass/trunk/PKGBUILD)
kpkpass/repos/extra-x86_64/keys/
Deleted:
kpkpass/repos/extra-x86_64/PKGBUILD
kpkpass/repos/extra-x86_64/keys/
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-08 11:54:36 UTC (rev 455374)
+++ PKGBUILD 2022-09-08 11:54:50 UTC (rev 455375)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kpkpass
-pkgver=22.08.0
-pkgrel=1
-pkgdesc='Apple Wallet Pass reader'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-depends=(karchive)
-makedepends=(extra-cmake-modules qt5-tools doxygen)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('70a8006a191e163558b157ea57d5e5a4a8824c01dea1a1d7ce99d5dddbc55e84'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-options=(debug)
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kpkpass/repos/extra-x86_64/PKGBUILD (from rev 455374, kpkpass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-08 11:54:50 UTC (rev 455375)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpkpass
+pkgver=22.08.1
+pkgrel=1
+pkgdesc='Apple Wallet Pass reader'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(karchive)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('eb651b6d2f8aedf669a63a6af563da2e9d3a9d86f27b50e773cebaa7ed618626'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list