Date: Sunday, January 29, 2023 @ 17:40:22
  Author: arojas
Revision: 467610

archrelease: copy trunk to extra-x86_64

Added:
  khealthcertificate/repos/extra-x86_64/PKGBUILD
    (from rev 467609, khealthcertificate/trunk/PKGBUILD)
  khealthcertificate/repos/extra-x86_64/keys/
Deleted:
  khealthcertificate/repos/extra-x86_64/PKGBUILD
  khealthcertificate/repos/extra-x86_64/keys/

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-29 17:40:11 UTC (rev 467609)
+++ PKGBUILD    2023-01-29 17:40:22 UTC (rev 467610)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=khealthcertificate
-pkgver=22.11
-pkgrel=1
-pkgdesc='Handling of digital vaccination, test and recovery certificates'
-arch=(x86_64)
-url='https://www.kde.org'
-license=(LGPL)
-depends=(karchive kcodecs ki18n)
-makedepends=(extra-cmake-modules qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('11028b1ef2e7e99a77ba156388da9facdde836310b49b7c3726b5b30c191863f'
-            'SKIP')
-validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah 
(mykolab address) <[email protected]>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: khealthcertificate/repos/extra-x86_64/PKGBUILD (from rev 467609, 
khealthcertificate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-29 17:40:22 UTC (rev 467610)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=khealthcertificate
+pkgver=23.01.0
+pkgrel=1
+pkgdesc='Handling of digital vaccination, test and recovery certificates'
+arch=(x86_64)
+url='https://www.kde.org'
+license=(LGPL)
+depends=(karchive kcodecs ki18n)
+makedepends=(extra-cmake-modules qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('755dc2625c4b2ad06266ce19fa7565f87dc3df780d161830db498027477b6aa4'
+            'SKIP')
+validpgpkeys=(39FFA93CAE9C6AFC212AD00202325448204E452A  # Carl Schwan 
<[email protected]>
+              0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah 
(mykolab address) <[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to