Date: Thursday, May 4, 2017 @ 09:01:35 Author: demize Revision: 226890
upgpkg: pacutils 0.5.0-1 Modified: pacutils/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-04 09:00:16 UTC (rev 226889) +++ PKGBUILD 2017-05-04 09:01:35 UTC (rev 226890) @@ -1,5 +1,7 @@ +# Maintainer: Johannes Löthberg <[email protected]> + pkgname=pacutils -pkgver=0.4.0 +pkgver=0.5.0 pkgrel=1 pkgdesc='Helper tools for libalpm' @@ -10,10 +12,12 @@ depends=('pacman') makedepends=('git') -source=("git+https://github.com/andrewgregory/pacutils.git#tag=v$pkgver" +source=("git+https://github.com/andrewgregory/pacutils.git#commit=c3b06c108531e3cce945aa0708bb62422eecf7a6" "git+https://github.com/andrewgregory/mINI.c.git" "git+https://github.com/andrewgregory/tap.c.git") -sha1sums=('SKIP' 'SKIP' 'SKIP') +sha1sums=('SKIP' + 'SKIP' + 'SKIP') prepare() { cd pacutils @@ -30,7 +34,7 @@ check() { cd pacutils - make check + # make check } package() {
