Date: Tuesday, November 1, 2022 @ 18:59:00
  Author: arojas
Revision: 1340237

archrelease: copy trunk to community-x86_64

Added:
  libjcat/repos/community-x86_64/PKGBUILD
    (from rev 1340236, libjcat/trunk/PKGBUILD)
  libjcat/repos/community-x86_64/keys/
Deleted:
  libjcat/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-01 18:58:51 UTC (rev 1340236)
+++ PKGBUILD    2022-11-01 18:59:00 UTC (rev 1340237)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-pkgname=libjcat
-pkgver=0.1.11
-pkgrel=1
-pkgdesc="Library for reading and writing Jcat files"
-arch=(x86_64)
-url="https://github.com/hughsie/libjcat";
-license=(LGPL)
-depends=(gobject-introspection-runtime json-glib gnutls gpgme)
-makedepends=(meson gobject-introspection gtk-doc vala help2man)
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('305687815e97a384e2861a3038acadf11eb967402406799d17214be5dd4e1765'
-            'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 
<[email protected]>
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build -D gtkdoc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  rm -r "${pkgdir}"/usr/{lib,share}/installed-tests/
-}

Copied: libjcat/repos/community-x86_64/PKGBUILD (from rev 1340236, 
libjcat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-01 18:59:00 UTC (rev 1340237)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+pkgname=libjcat
+pkgver=0.1.12
+pkgrel=1
+pkgdesc="Library for reading and writing Jcat files"
+arch=(x86_64)
+url="https://github.com/hughsie/libjcat";
+license=(LGPL)
+depends=(gobject-introspection-runtime json-glib gnutls gpgme)
+makedepends=(meson gobject-introspection gtk-doc vala help2man)
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('318d7e370b3cff4b03f2a4be541e6a309eb40de22c48ccbc0661659dfa7b0c92'
+            'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 
<[email protected]>
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build -D gtkdoc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  rm -r "${pkgdir}"/usr/{lib,share}/installed-tests/
+}

Reply via email to