Date: Wednesday, March 22, 2023 @ 12:05:34 Author: bgyorgy Revision: 1426905
upgpkg: libjcat 0.1.13-2: Remove unused dependency on gobject-introspection-runtime Modified: libjcat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-22 12:03:32 UTC (rev 1426904) +++ PKGBUILD 2023-03-22 12:05:34 UTC (rev 1426905) @@ -2,12 +2,12 @@ pkgname=libjcat pkgver=0.1.13 -pkgrel=1 +pkgrel=2 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) +depends=(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'
