Date: Friday, November 25, 2022 @ 19:24:37
Author: arojas
Revision: 462387
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 462386, kaccounts-providers/kde-unstable/PKGBUILD)
kaccounts-providers/repos/kde-unstable-x86_64/keys/
Deleted:
kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
kaccounts-providers/repos/kde-unstable-x86_64/keys/
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-25 19:24:25 UTC (rev 462386)
+++ PKGBUILD 2022-11-25 19:24:37 UTC (rev 462387)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=kaccounts-providers
-pkgver=22.11.80
-pkgrel=1
-pkgdesc='Online account providers for the KAccounts system'
-arch=(x86_64)
-url='https://www.kde.org/'
-license=(GPL)
-depends=(kaccounts-integration)
-makedepends=(extra-cmake-modules intltool)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b4c7805ba7ab2a5227850ed7b1c65224c5c260bc98a0777b14755688d4ea9dde'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
-options=(debug)
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD (from rev
462386, kaccounts-providers/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-25 19:24:37 UTC (rev 462387)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=kaccounts-providers
+pkgver=22.11.90
+pkgrel=1
+pkgdesc='Online account providers for the KAccounts system'
+arch=(x86_64)
+url='https://www.kde.org/'
+license=(GPL)
+depends=(kaccounts-integration)
+makedepends=(extra-cmake-modules intltool)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('98ac4a607e2b5917c40f2a6053a6953584bdca2563f62d426589cb97d6b3abb3'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}