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

Felix Yan felixonmars at archlinux.org
Sun Nov 4 01:29:33 UTC 2018


    Date: Sunday, November 4, 2018 @ 01:29:33
  Author: felixonmars
Revision: 401358

upgpkg: haskell-microlens 0.4.10-1

rebuild with microlens 0.4.10

Modified:
  haskell-microlens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 01:25:23 UTC (rev 401357)
+++ PKGBUILD	2018-11-04 01:29:33 UTC (rev 401358)
@@ -3,16 +3,16 @@
 
 _hkgname=microlens
 pkgname=haskell-microlens
-pkgver=0.4.9.1
-pkgrel=4
+pkgver=0.4.10
+pkgrel=1
 pkgdesc="A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this."
-url="https://github.com/aelve/microlens"
+url="https://github.com/monadfix/microlens"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('3d9fd0cb3d53d058ef3f654dc59f114ee186ba2976559c1c537c0471b7102ef94d68293ba06aaa52babe3b41b21d6c67c654af00e57f63b1bea1fe0396b6e64d')
+sha512sums=('c5f774fdbd36e3fc82563c8d3f87a6471af2129e244b2fc4af7ffb8c171e06154c0b708c9e74c95b54859b3e9f12feff25b2950262527084c2ae2acb254e9a45')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list