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

Felix Yan felixonmars at archlinux.org
Sat Feb 16 17:23:59 UTC 2019


    Date: Saturday, February 16, 2019 @ 17:23:58
  Author: felixonmars
Revision: 433549

upgpkg: haskell-hashable-time 0.2.0.2-1

rebuild with hashable-time 0.2.0.2

Modified:
  haskell-hashable-time/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 17:20:18 UTC (rev 433548)
+++ PKGBUILD	2019-02-16 17:23:58 UTC (rev 433549)
@@ -2,8 +2,8 @@
 
 _hkgname=hashable-time
 pkgname=haskell-hashable-time
-pkgver=0.2.0.1
-pkgrel=5
+pkgver=0.2.0.2
+pkgrel=1
 pkgdesc="Hashable instances for Data.Time"
 url="https://github.com/w3rs/hashable-time"
 license=('MIT')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-hashable')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('26ea49b6fbc195ca49c3c767acf8f8b496280f3a519f8677dbb05aeb457a38fbe844df88dd7196830f790336e3cb24444e3705b2d1d836382efd5ca36a52fd97')
+sha512sums=('38ade3c808072cc1488e0f68d054891576c781d33f7151721dae9f994833723b7b30e92cc77750e91929ce9cd47753a8b1d8157845d7c972f1bdbd44b3094c0a')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list