Date: Sunday, March 5, 2023 @ 23:02:47
  Author: arojas
Revision: 1415175

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-05 23:02:37 UTC (rev 1415174)
+++ PKGBUILD    2023-03-05 23:02:47 UTC (rev 1415175)
@@ -1,29 +0,0 @@
-# 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/
-}

Copied: libjcat/repos/community-x86_64/PKGBUILD (from rev 1415174, 
libjcat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-05 23:02:47 UTC (rev 1415175)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+pkgname=libjcat
+pkgver=0.1.13
+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://github.com/hughsie/libjcat/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('1adcfffa627e51ad4328be38eaf87e2816c4318d0385e20fb1fd58e27cb352af'
+            '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