Date: Thursday, July 7, 2022 @ 12:26:49 Author: orhun Revision: 1247665
upgpkg: git-grab 1.0.1-1: upstream release Modified: git-grab/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 11:44:25 UTC (rev 1247664) +++ PKGBUILD 2022-07-07 12:26:49 UTC (rev 1247665) @@ -1,8 +1,9 @@ # Maintainer: George Rawlinson <[email protected]> +# Maintainer: Orhun Parmaksız <[email protected]> # Contributor: Wesley Moore <[email protected]> pkgname=git-grab -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc='A tool to clone git repositories to a standard location organised by domain and path' arch=('x86_64') @@ -11,7 +12,7 @@ depends=('git' 'gcc-libs') makedepends=('rust') options=('!lto') -_commit='43feb5be6564d25fc942690cf36e6abba24afca3' +_commit='ae0fb16048691b9b26f8b28efa95087a9654b62f' source=("$pkgname::git+$url.git#commit=$_commit") b2sums=('SKIP')
