Date: Saturday, August 14, 2021 @ 09:10:59 Author: demize Revision: 998345
upgpkg: pacutils 0.11.1-1 Modified: pacutils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-14 09:00:04 UTC (rev 998344) +++ PKGBUILD 2021-08-14 09:10:59 UTC (rev 998345) @@ -1,8 +1,8 @@ # Maintainer: Johannes Löthberg <[email protected]> pkgname=pacutils -pkgver=0.11.0 -pkgrel=2 +pkgver=0.11.1 +pkgrel=1 pkgdesc='Helper tools for libalpm' url='https://github.com/andrewgregory/pacutils' @@ -12,7 +12,7 @@ depends=('pacman') makedepends=('git') -source=("git+https://github.com/andrewgregory/pacutils.git#commit=e891b53173d7a8960eec7893e2429dac155be414") +source=("git+https://github.com/andrewgregory/pacutils.git#commit=aa4ba003cb446907a71be4aa976546d113ecc688") sha1sums=('SKIP') build() {
