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

Felix Yan felixonmars at archlinux.org
Thu Mar 15 00:58:55 UTC 2018


    Date: Thursday, March 15, 2018 @ 00:58:54
  Author: felixonmars
Revision: 307847

upgpkg: haskell-threads 0.5.1.6-1

rebuild with threads,0.5.1.6

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 00:57:34 UTC (rev 307846)
+++ PKGBUILD	2018-03-15 00:58:54 UTC (rev 307847)
@@ -4,8 +4,8 @@
 
 _hkgname=threads
 pkgname=haskell-threads
-pkgver=0.5.1.5
-pkgrel=5
+pkgver=0.5.1.6
+pkgrel=1
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads"
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-stm")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7aded3b70ff78a4f32909d3d720f9995c16bbaf596276b4f8dcdaf6e1c89f961dcf98e89431d7e727c1c3ceb939e40080aca9eda582e4d307a16af0196989c21')
+sha512sums=('d34d97e5614f23afc5d2bb671c3979d779a9d0e29147a8bf25059f35ed562264302a3242224b022388e554177aa34455cb59dc640b2fa19ec452f15afac10525')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list