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

Felix Yan felixonmars at archlinux.org
Tue Jul 3 15:57:36 UTC 2018


    Date: Tuesday, July 3, 2018 @ 15:57:36
  Author: felixonmars
Revision: 351356

upgpkg: haskell-reflection 2.1.4-1

rebuild with reflection 2.1.4

Modified:
  haskell-reflection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-03 15:28:17 UTC (rev 351355)
+++ PKGBUILD	2018-07-03 15:57:36 UTC (rev 351356)
@@ -4,8 +4,8 @@
 
 _hkgname=reflection
 pkgname=haskell-reflection
-pkgver=2.1.3
-pkgrel=3
+pkgver=2.1.4
+pkgrel=1
 pkgdesc="Reifies arbitrary terms into types that can be reflected back into terms"
 url="https://github.com/ekmett/reflection"
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f53ca194c1328f1141ecabc0ec68d5fad32a42c8d551a8dbe6db183e84f9f4258e641f1d9ee0369b7d32cd0444687e7376b820efdde7876dffae60aeb46e7e61')
+sha512sums=('3209bb44a07fedddbb2aeb5f2f09414e6672faff6c8fbdb78eaa8f61a1af4d9fba43be193854f8978ffdd82c0ce54bd79a5d875638a41b6a738bc489bd718295')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list