Date: Thursday, March 2, 2023 @ 08:39:02
Author: arojas
Revision: 469903
archrelease: copy trunk to extra-x86_64
Added:
kaccounts-integration/repos/extra-x86_64/PKGBUILD
(from rev 469902, kaccounts-integration/trunk/PKGBUILD)
kaccounts-integration/repos/extra-x86_64/keys/
Deleted:
kaccounts-integration/repos/extra-x86_64/PKGBUILD
kaccounts-integration/repos/extra-x86_64/keys/
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-02 08:38:49 UTC (rev 469902)
+++ PKGBUILD 2023-03-02 08:39:02 UTC (rev 469903)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=kaccounts-integration
-pkgver=22.12.2
-pkgrel=1
-pkgdesc='Online account management system and its Plasma integration
components'
-arch=(x86_64)
-url='https://www.kde.org/'
-license=(GPL)
-depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('18459934f048794cd02f0171048cce855da1687714e61b47f3b5982213f9329c'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kaccounts-integration/repos/extra-x86_64/PKGBUILD (from rev 469902,
kaccounts-integration/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-02 08:39:02 UTC (rev 469903)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=kaccounts-integration
+pkgver=22.12.3
+pkgrel=1
+pkgdesc='Online account management system and its Plasma integration
components'
+arch=(x86_64)
+url='https://www.kde.org/'
+license=(GPL)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('caa1b87edd65647b45901887d14397f0d07c99c13feaf07caf32af7d4e9de866'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}