From 13b01d1cba0b657a82983bf31d616e3a818f32c9 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 23 Dec 2022 21:35:10 +0530 Subject: [PATCH] jo: update to 1.9. --- srcpkgs/jo/template | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/srcpkgs/jo/template b/srcpkgs/jo/template index e0bc77e1120a..62a196decd2f 100644 --- a/srcpkgs/jo/template +++ b/srcpkgs/jo/template @@ -1,18 +1,13 @@ # Template file for 'jo' pkgname=jo -version=1.6 +version=1.9 revision=1 build_style=meson -hostmakedepends="pkg-config" +hostmakedepends="pkg-config bash-completion" short_desc="Small utility to create JSON objects" maintainer="Alessio Sergi " license="GPL-2.0-or-later" homepage="https://github.com/jpmens/jo" changelog="https://raw.githubusercontent.com/jpmens/jo/master/ChangeLog" -distfiles="https://github.com/jpmens/jo/archive/${version}.tar.gz" -checksum=ae2837ddad9993d5e28fe8db00efec6b2378d68b7366021353a1e297b5fa2025 - -post_install() { - vmkdir usr/share/bash-completion/completions - mv "${DESTDIR}"/etc/bash_completion.d/*.bash "${DESTDIR}"/usr/share/bash-completion/completions/ -} +distfiles="https://github.com/jpmens/jo/archive/refs/tags/${version}.tar.gz" +checksum=87b3e40584730d6f8b8cdb9deb1700173d25dc54403fcb17d2c1d9def2ba8102