[arch-commits] Commit in hopenpgp-tools/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 22 15:54:06 UTC 2020


    Date: Wednesday, January 22, 2020 @ 15:54:06
  Author: felixonmars
Revision: 554283

upgpkg: hopenpgp-tools 0.23-17: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0, safecopy 0.10.2, singletons 2.6, clash-prelude 1.0.1, store 0.7.1, hackage-security 0.6.0.0, pantry 0.2.0.0, mustache 2.3.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 15:48:01 UTC (rev 554282)
+++ PKGBUILD	2020-01-22 15:54:06 UTC (rev 554283)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23
-pkgrel=16
+pkgrel=17
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools"
 license=("AGPL3")
@@ -20,6 +20,11 @@
 source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('e7b64f210579bef1a2b80d66a388bbc908c1910ecf919adcff664f50c65826e62d03864d7c4dcc5dd996a35c8f68f83116e1eef44cb7cb462b8ba44e899ab45f')
 
+prepare() {
+    cd $pkgname-$pkgver
+    sed -i 's/fail (show l/error (show l/' HOpenPGP/Tools/Parser.y
+}
+
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list