[arch-commits] Commit in khealthcertificate/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Apr 29 07:28:21 UTC 2022


    Date: Friday, April 29, 2022 @ 07:28:20
  Author: arojas
Revision: 444267

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-29 07:28:09 UTC (rev 444266)
+++ PKGBUILD	2022-04-29 07:28:20 UTC (rev 444267)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=khealthcertificate
-pkgver=21.12
-pkgrel=1
-pkgdesc='Handling of digital vaccination, test and recovery certificates'
-arch=(x86_64)
-url='https://www.kde.org'
-license=(LGPL)
-depends=(karchive kcodecs)
-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=('23ee807b39c16536c2e0f9c0e1601fdd1a579c2cb52adc33151f5fae6b60b618'
-            'SKIP')
-validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah (mykolab address) <bshah at mykolab.com>
-
-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 444266, khealthcertificate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-29 07:28:20 UTC (rev 444267)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=khealthcertificate
+pkgver=22.04
+pkgrel=1
+pkgdesc='Handling of digital vaccination, test and recovery certificates'
+arch=(x86_64)
+url='https://www.kde.org'
+license=(LGPL)
+depends=(karchive kcodecs)
+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=('adf84316372c2a7966248c02353d4f08542e805782e661bc5c6c5441e204296b'
+            'SKIP')
+validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah (mykolab address) <bshah at mykolab.com>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list