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

Felix Yan felixonmars at archlinux.org
Sat Feb 20 17:57:39 UTC 2021


    Date: Saturday, February 20, 2021 @ 17:57:38
  Author: felixonmars
Revision: 866933

upgpkg: haskell-hashable-time 0.2.1-1: rebuild with hashable-time 0.2.1

Modified:
  haskell-hashable-time/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-20 16:42:07 UTC (rev 866932)
+++ PKGBUILD	2021-02-20 17:57:38 UTC (rev 866933)
@@ -2,22 +2,17 @@
 
 _hkgname=hashable-time
 pkgname=haskell-hashable-time
-pkgver=0.2.0.2
-pkgrel=73
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="Hashable instances for Data.Time"
 url="https://github.com/w3rs/hashable-time"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-hashable')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-time-compat')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('38ade3c808072cc1488e0f68d054891576c781d33f7151721dae9f994833723b7b30e92cc77750e91929ce9cd47753a8b1d8157845d7c972f1bdbd44b3094c0a')
+sha512sums=('feaab9c19fa73da1b473440513d4aa28909957b8d367b14b0825f1e110329e127cd011be6b729758b06c958e2bf8c891fd649af750d656548f593950a3aa87ba')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/< *4.13/<5/' -e 's/<= *1.3/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list