Date: Sunday, November 6, 2022 @ 19:22:02 Author: felixonmars Revision: 1344182
Revert unexpected revert Modified: git-repair/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-06 19:21:59 UTC (rev 1344181) +++ PKGBUILD 2022-11-06 19:22:02 UTC (rev 1344182) @@ -1,4 +1,5 @@ # Maintainer: Felix Yan <[email protected]> +# Maintainer: Caleb Maclennan <[email protected]> pkgname=git-repair pkgver=1.20220404 @@ -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() {
