[arch-commits] Commit in haskell-monad-control/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 2 16:01:00 UTC 2018
Date: Friday, March 2, 2018 @ 16:00:59
Author: felixonmars
Revision: 301399
upgpkg: haskell-monad-control 1.0.2.3-1
rebuild with monad-control,1.0.2.3
Modified:
haskell-monad-control/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-02 15:54:07 UTC (rev 301398)
+++ PKGBUILD 2018-03-02 16:00:59 UTC (rev 301399)
@@ -4,8 +4,8 @@
_hkgname=monad-control
pkgname=haskell-monad-control
-pkgver=1.0.2.2
-pkgrel=5
+pkgver=1.0.2.3
+pkgrel=1
pkgdesc="Lift control operations, like exception catching, through monad transformers"
url="https://github.com/basvandijk/monad-control"
license=("custom:BSD3")
@@ -13,7 +13,7 @@
depends=('ghc-libs' "haskell-stm" "haskell-transformers-base" "haskell-transformers-compat")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0a65004eeefe38fcaad033d293345020ec358c532a1edf4931c64414ac4d19129c534531e761e1cc0e028a0a4cc26e2b6f404cb939a08be196c58085a7739320')
+sha512sums=('59837326ec9f25220cb6c7329c91a5806b0ec7412d6af24c0f0d52c4fd93b084e92edd4f5f61a4f9c4248034fa540c23b65d2aacdfca737ece98bb132b8f08d4')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list