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

Felix Yan felixonmars at archlinux.org
Sun May 16 08:17:18 UTC 2021


    Date: Sunday, May 16, 2021 @ 08:17:18
  Author: felixonmars
Revision: 935664

upgpkg: haskell-echo 0.1.4-1: rebuild with echo 0.1.4

Modified:
  haskell-echo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 08:15:34 UTC (rev 935663)
+++ PKGBUILD	2021-05-16 08:17:18 UTC (rev 935664)
@@ -3,8 +3,8 @@
 
 _hkgname=echo
 pkgname=haskell-echo
-pkgver=0.1.3
-pkgrel=19
+pkgver=0.1.4
+pkgrel=1
 pkgdesc="A cross-platform, cross-console way to handle echoing terminal input"
 url="https://github.com/RyanGlScott/echo/"
 license=("BSD")
@@ -11,14 +11,9 @@
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
-makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('26a2398af231a8805b6b0a866348f848b8b8f21fe95a2fa3c781aaeae150df978335df573d46d5b07d7e4df19d6377d997f85c77049abaf0c5cb3e9998439c6f')
+sha512sums=('25fa868be5cbbc96adb4457b0e6a2fb7060b889e0dead9acef21038fd438d1ca1ee3c57ee03d91f75271e97cfea71b1d3589f800af70e15cb8cee6a60e041477')
 
-prepare() {
-    sed -i 's/, process >= 1.0.1.1 && < 1.5/, process >= 1.0.1.1/' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list