Date: Sunday, May 10, 2020 @ 19:56:40 Author: demize Revision: 626207
upgpkg: pacutils 0.10.0-1 Modified: pacutils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-10 19:47:03 UTC (rev 626206) +++ PKGBUILD 2020-05-10 19:56:40 UTC (rev 626207) @@ -1,7 +1,7 @@ # Maintainer: Johannes Löthberg <[email protected]> pkgname=pacutils -pkgver=0.9.0 +pkgver=0.10.0 pkgrel=1 pkgdesc='Helper tools for libalpm' @@ -12,7 +12,7 @@ depends=('pacman') makedepends=('git') -source=("git+https://github.com/andrewgregory/pacutils.git#commit=cb761a911ca54374c0e32f92a177976275dbfe9a" +source=("git+https://github.com/andrewgregory/pacutils.git#commit=8a732754616067bcb43b44f198a243ea258973d8" "git+https://github.com/andrewgregory/globdir.c#commit=f7ea40047c1b23e5035a3626c9187c64539d66f2" "git+https://github.com/andrewgregory/mINI.c.git#commit=ee64e149ed725b932adf23e0228f7cd8cb856901" "git+https://github.com/andrewgregory/tap.c.git#commit=8ce85ce0ab95593c333e705f6eff44121b29e142")
