Date: Thursday, May 17, 2018 @ 09:01:00 Author: felixonmars Revision: 323539
upgpkg: haskell-zip-archive 0.3.2.4-4 rebuild with ghc 8.4.2 Modified: haskell-zip-archive/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 09:00:10 UTC (rev 323538) +++ PKGBUILD 2018-05-17 09:01:00 UTC (rev 323539) @@ -5,13 +5,13 @@ _hkgname=zip-archive pkgname=haskell-zip-archive pkgver=0.3.2.4 -pkgrel=3 +pkgrel=4 pkgdesc="Library for creating and modifying zip archives." url="https://github.com/jgm/zip-archive" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-digest' 'haskell-mtl' 'haskell-old-time' 'haskell-temporary' - 'haskell-text' 'haskell-zlib') +depends=('ghc-libs' 'haskell-digest' 'haskell-old-time' 'haskell-temporary' + 'haskell-zlib') makedepends=('ghc' 'haskell-hunit' 'unzip') source=("$pkgname-$pkgver.tar.gz::https://github.com/jgm/zip-archive/archive/$pkgver.tar.gz") sha512sums=('823f8113d511bbb84838a3741bdf7b79ab3874094377043ad979b3f637b7fb483f8ff264ab818664e25b4131a35f6779d6f79cdaca573a5dfcc6f24bc32b55ee')
