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

Felix Yan felixonmars at archlinux.org
Sun Aug 30 08:52:37 UTC 2020


    Date: Sunday, August 30, 2020 @ 08:52:36
  Author: felixonmars
Revision: 692542

upgpkg: haskell-rerebase 1.7-1: rebuild with rebase 1.7, rerebase 1.7

Modified:
  haskell-rerebase/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 08:51:46 UTC (rev 692541)
+++ PKGBUILD	2020-08-30 08:52:36 UTC (rev 692542)
@@ -3,8 +3,8 @@
 
 _hkgname=rerebase
 pkgname=haskell-rerebase
-pkgver=1.6.1
-pkgrel=29
+pkgver=1.7
+pkgrel=1
 pkgdesc='Reexports from "base" with a bunch of other standard libraries'
 url="https://github.com/nikita-volkov/rerebase"
 license=("MIT")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' 'haskell-rebase')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1ddef5bb41e8c6ea35cfa3b1db5c0efab3c1b607431de94adefa4cac43ddaf2075da6eec6a4a4848d2f07786a497465af882c0e2f09fae6f91df3dad74e8bea7')
+sha512sums=('7aac215acd35a80d6c300176ee21385123146b1ddf910b194eba7c0432865eaa3bb18abd4c5e99a1baf7b4c6684dcbbed3fecab47626c0a86fada219f516fac2')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/==1/>=1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list