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

Felix Yan felixonmars at archlinux.org
Thu Nov 24 08:45:33 UTC 2016


    Date: Thursday, November 24, 2016 @ 08:45:32
  Author: felixonmars
Revision: 196635

upgpkg: haskell-safe 0.3.10-1

rebuild with safe-0.3.10

Modified:
  haskell-safe/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-24 08:08:54 UTC (rev 196634)
+++ PKGBUILD	2016-11-24 08:45:32 UTC (rev 196635)
@@ -4,8 +4,8 @@
 
 _hkgname=safe
 pkgname=haskell-safe
-pkgver=0.3.9
-pkgrel=2
+pkgver=0.3.10
+pkgrel=1
 pkgdesc="Library of safe (exception free) functions"
 url="https://github.com/ndmitchell/safe#readme"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('d0319ea7b55947e70092f0256aa9f9d2496a93b0e2a0887c0f8eaa0d7fb9b6c9')
+sha256sums=('da724ad9cf4b424c4881a50439c3b13777f477e3301c068ce7d54e9031e14b9a')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list