Date: Monday, October 24, 2022 @ 14:46:17 Author: felixonmars Revision: 1334570
upgpkg: haskell-githash 0.1.6.3-1: rebuild with githash 0.1.6.3 Modified: haskell-githash/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-24 14:38:30 UTC (rev 1334569) +++ PKGBUILD 2022-10-24 14:46:17 UTC (rev 1334570) @@ -2,8 +2,8 @@ _hkgname=githash pkgname=haskell-githash -pkgver=0.1.6.2 -pkgrel=159 +pkgver=0.1.6.3 +pkgrel=1 pkgdesc="Some handy Template Haskell splices for including the current git hash and branch in the code of your project" url="https://github.com/snoyberg/githash" license=('BSD') @@ -16,8 +16,6 @@ prepare() { cd $_hkgname hpack - # https://github.com/snoyberg/githash/issues/27 - sed -i 's|"submodule",|"-c", "protocol.file.allow=always", "submodule",|' test/RepoWithASubmoduleSpec.hs } build() {
