Date: Wednesday, November 30, 2022 @ 21:23:59
Author: arojas
Revision: 1355534
archrelease: copy trunk to community-x86_64
Added:
keysmith/repos/community-x86_64/PKGBUILD
(from rev 1355533, keysmith/trunk/PKGBUILD)
keysmith/repos/community-x86_64/keys/
Deleted:
keysmith/repos/community-x86_64/PKGBUILD
keysmith/repos/community-x86_64/keys/
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-30 21:23:40 UTC (rev 1355533)
+++ PKGBUILD 2022-11-30 21:23:59 UTC (rev 1355534)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Matheus Gabriel Werny de Lima <[email protected]>
-
-pkgname=keysmith
-pkgver=22.09
-pkgrel=2
-pkgdesc='OTP client for Plasma Mobile and Desktop'
-license=(GPL3)
-arch=(x86_64)
-url='https://apps.kde.org/keysmith'
-depends=(kirigami2 ki18n kdbusaddons kwindowsystem libsodium qt5-svg
hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('fec90353b2c7dea2731d436eb7086a273bfa88333655273c85cad89c6edd7b70'
- 'SKIP')
-validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B # Carl Schwan
<[email protected]>
- 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah
(mykolab address) <[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: keysmith/repos/community-x86_64/PKGBUILD (from rev 1355533,
keysmith/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-30 21:23:59 UTC (rev 1355534)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Matheus Gabriel Werny de Lima <[email protected]>
+
+pkgname=keysmith
+pkgver=22.11
+pkgrel=1
+pkgdesc='OTP client for Plasma Mobile and Desktop'
+license=(GPL3)
+arch=(x86_64)
+url='https://apps.kde.org/keysmith'
+depends=(kirigami2 ki18n kdbusaddons kwindowsystem libsodium qt5-svg
hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('65365cf3ec639d092206dbf1db0079c423a94cde5d59a917b3db0334f9d335aa'
+ 'SKIP')
+validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B # Carl Schwan
<[email protected]>
+ 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah
(mykolab address) <[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}