Date: Thursday, March 2, 2023 @ 07:07:05
Author: arojas
Revision: 1406266
archrelease: copy trunk to community-x86_64
Added:
plasma-pass/repos/community-x86_64/PKGBUILD
(from rev 1406265, plasma-pass/trunk/PKGBUILD)
plasma-pass/repos/community-x86_64/keys/
Deleted:
plasma-pass/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-02 07:06:51 UTC (rev 1406265)
+++ PKGBUILD 2023-03-02 07:07:05 UTC (rev 1406266)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=plasma-pass
-pkgver=1.2.0
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Plasma applet for the Pass password manager"
-url="https://www.dvratil.cz/2018/05/plasma-pass/"
-license=(GPL)
-depends=(plasma-workspace oath-toolkit)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('01f0b03b99e41c067295e7708d41bbe581c0d73e78d43b50bf86b4699969f780'
- 'SKIP')
-validpgpkeys=('0ABDFA55A4E6BEA99A83EA974D69557AECB13683') # Daniel Vrátil
<[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: plasma-pass/repos/community-x86_64/PKGBUILD (from rev 1406265,
plasma-pass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-02 07:07:05 UTC (rev 1406266)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=plasma-pass
+pkgver=1.2.1
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Plasma applet for the Pass password manager'
+url='https://www.dvratil.cz/2018/05/plasma-pass/'
+license=(GPL)
+depends=(plasma-workspace oath-toolkit qgpgme)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('120bf361c3d76d2220408f5f78457b03b5ae95e4859837c6280b8aaf79923e74'
+ 'SKIP')
+validpgpkeys=('0ABDFA55A4E6BEA99A83EA974D69557AECB13683') # Daniel Vrátil
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}