[arch-commits] Commit in haskell-pantry/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 15 09:03:49 UTC 2021


    Date: Thursday, July 15, 2021 @ 09:03:49
  Author: felixonmars
Revision: 977188

upgpkg: haskell-pantry 0.5.2.3-1: rebuild with pantry 0.5.2.3

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-15 09:02:28 UTC (rev 977187)
+++ PKGBUILD	2021-07-15 09:03:49 UTC (rev 977188)
@@ -2,8 +2,8 @@
 
 _hkgname=pantry
 pkgname=haskell-pantry
-pkgver=0.5.2.2
-pkgrel=17
+pkgver=0.5.2.3
+pkgrel=1
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry"
 license=('BSD')
@@ -22,13 +22,12 @@
              'haskell-raw-strings-qq')
 checkdepends=('git' 'mercurial')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('59e69dc418c0a1305c2612035933b024670f7961e254ad87a5870e78dd71e137b659ce3bfee129fba65500f8063125d909ad50b44df5d487f69c6581bebd94f7')
+sha512sums=('ecb1a1fb1116f97b8078028752b285557823ee9d870d9a5fb7620ebbbe1b41b870211755c1f39a9188885226c73ca07ba3b86a08a1b52644c2cfadd0dd3e5c8a')
 
 prepare() {
     cd $_hkgname-$pkgver
     gen-setup
     uusi -d persistent-template $_hkgname.cabal
-    sed -i 's/flip SQLite.withStorage_/flip (\\x y -> SQLite.withStorage_ x y)/' src/Pantry/Storage.hs
 }
 
 build() {




More information about the arch-commits mailing list