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

Felix Yan felixonmars at archlinux.org
Wed Jan 24 19:27:41 UTC 2018


    Date: Wednesday, January 24, 2018 @ 19:27:40
  Author: felixonmars
Revision: 286653

upgpkg: haskell-shelly 1.7.0.1-1

rebuild with shelly,1.7.0.1

Modified:
  haskell-shelly/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-24 19:25:40 UTC (rev 286652)
+++ PKGBUILD	2018-01-24 19:27:40 UTC (rev 286653)
@@ -4,8 +4,8 @@
 
 _hkgname=shelly
 pkgname=haskell-shelly
-pkgver=1.7.0
-pkgrel=4
+pkgver=1.7.0.1
+pkgrel=1
 pkgdesc="Shell-like (systems) programming in Haskell"
 url="https://github.com/yesodweb/Shelly.hs"
 license=("custom:BSD3")
@@ -16,15 +16,8 @@
          'haskell-async' 'haskell-transformers-base')
 makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ffb0af966b43ddaec9ec03e105b1f3d02205f581063fe8971dcca9d30d3f15f1b1c23ae786203f7a1260d47e50e5c7fc110b60e52a20e442bd67b9ef3c3ff6f4')
+sha512sums=('80d90168e343475cb9aec66c475b1f73e451178c7093f37c7ff3acabde16315cc6af7d238d3ea6fea84250127772ce3b74d7a1ce295ee2e2d8a70147bd382592')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    mkdir test/data/{dir,symlinked_dir}
-    ln -s ../symlinked_dir test/data/dir/
-    touch test/data/symlinked_dir/hoge_file
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list