Date: Friday, February 4, 2022 @ 18:47:01 Author: jelle Revision: 1125817
upgpkg: libmodulemd 2.14.0-1 Modified: libmodulemd/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-04 18:44:08 UTC (rev 1125816) +++ PKGBUILD 2022-02-04 18:47:01 UTC (rev 1125817) @@ -2,7 +2,7 @@ # Maintainer: Jelle van der Waa <[email protected]> pkgname=libmodulemd -pkgver=2.13.0 +pkgver=2.14.0 pkgrel=1 pkgdesc="C Library for manipulating module metadata files" arch=('x86_64') @@ -11,8 +11,9 @@ depends=('file' 'glib2' 'libyaml' 'rpm-tools') makedepends=('gobject-introspection' 'gtk-doc' 'help2man' 'meson' 'python-gobject') optdepends=('python-gobject: for python bindings') +options=(debug) source=("$url/releases/download/$pkgver/${pkgname#lib}-$pkgver.tar.xz") -sha256sums=('cc72ce5ff48ce9a4f6c9b6606ccf5a0e75c59c35449668cfe985722ef28f9cbc') +sha256sums=('8087942cc290c0df486931233446fb4bce786cd9ff92eb72384731cd4d36f6ef') build() { cd ${pkgname#lib}-$pkgver
