Date: Sunday, November 6, 2022 @ 08:02:58 Author: alerque Revision: 1342706
upgpkg: git-repair 1.20220404-39 Modified: git-repair/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-06 07:57:37 UTC (rev 1342705) +++ PKGBUILD 2022-11-06 08:02:58 UTC (rev 1342706) @@ -1,8 +1,9 @@ # Maintainer: Felix Yan <[email protected]> +# Maintainer: Caleb Maclennan <[email protected]> pkgname=git-repair pkgver=1.20220404 -pkgrel=38 +pkgrel=39 pkgdesc="Repairs a damaged git repository" url="https://git-repair.branchable.com/" license=("AGPL3") @@ -12,7 +13,7 @@ 'haskell-network' 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-split' 'haskell-unix-compat' 'haskell-utf8-string') makedepends=('ghc') -source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver") +source=("git+https://git.joeyh.name/git/$pkgname.git#tag=$pkgver") sha512sums=('SKIP') build() {
