[arch-commits] Commit in haskell-microlens-aeson/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 11 04:50:56 UTC 2017
Date: Wednesday, January 11, 2017 @ 04:50:55
Author: felixonmars
Revision: 206746
upgpkg: haskell-microlens-aeson 2.2.0-1
Modified:
haskell-microlens-aeson/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-11 04:38:26 UTC (rev 206745)
+++ PKGBUILD 2017-01-11 04:50:55 UTC (rev 206746)
@@ -3,8 +3,8 @@
_hkgname=microlens-aeson
pkgname=haskell-microlens-aeson
-pkgver=2.1.1.1
-pkgrel=5
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Law-abiding lenses for Aeson, using microlens"
url="http://github.com/fosskers/microlens-aeson/"
license=('MIT')
@@ -12,7 +12,7 @@
depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 'haskell-scientific'
'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('9e8031f4ffcaf831bd08e7add445b21a')
+md5sums=('50a658ec21de59b8ff4b2aeae6eac47f')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list