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

Felix Yan felixonmars at archlinux.org
Thu Jan 12 03:28:01 UTC 2017


    Date: Thursday, January 12, 2017 @ 03:28:00
  Author: felixonmars
Revision: 206886

upgpkg: haskell-hpack 0.16.0-1

rebuild with hpack-0.16.0

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 03:24:18 UTC (rev 206885)
+++ PKGBUILD	2017-01-12 03:28:00 UTC (rev 206886)
@@ -5,8 +5,8 @@
 
 pkgname=haskell-hpack
 _hkgname=hpack
-pkgver=0.15.0
-pkgrel=15
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme"
 license=("MIT")
@@ -15,7 +15,7 @@
 depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 'haskell-text'
          'haskell-unordered-containers' 'haskell-yaml')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
-md5sums=('ff26cc3e29fe45db8a6abfe666713477')
+md5sums=('a2fad3e908ec8f8c2f98da404826a0b9')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"



More information about the arch-commits mailing list