Date: Sunday, October 23, 2022 @ 10:51:39
  Author: felixonmars
Revision: 1333920

upgpkg: haskell-githash 0.1.6.2-159: rebuild with streaming-commons 0.2.2.5

Modified:
  haskell-githash/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-23 10:51:38 UTC (rev 1333919)
+++ PKGBUILD    2022-10-23 10:51:39 UTC (rev 1333920)
@@ -3,7 +3,7 @@
 _hkgname=githash
 pkgname=haskell-githash
 pkgver=0.1.6.2
-pkgrel=158
+pkgrel=159
 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,6 +16,8 @@
 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() {

Reply via email to