[arch-commits] Commit in haskell-yaml/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 2 08:57:33 UTC 2017
Date: Thursday, November 2, 2017 @ 08:57:32
Author: felixonmars
Revision: 265088
upgpkg: haskell-yaml 0.8.24-1
rebuild with yaml,0.8.24
Modified:
haskell-yaml/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-02 08:14:37 UTC (rev 265087)
+++ PKGBUILD 2017-11-02 08:57:32 UTC (rev 265088)
@@ -4,10 +4,10 @@
_hkgname=yaml
pkgname=haskell-yaml
-pkgver=0.8.23.3
-pkgrel=10
+pkgver=0.8.24
+pkgrel=1
pkgdesc="Support for parsing and rendering YAML documents."
-url="http://github.com/snoyberg/yaml/"
+url="https://github.com/snoyberg/yaml/"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector"
@@ -15,7 +15,7 @@
"haskell-unordered-containers")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('95898c84db66d9e06d789461bbf8e4ba49c1c3a67e2d25c4aa456a9b3d46a4a82bb72e572e0bdffc961f342b96a67cd1acb92fd163b599dc87cd890f7be41a7d')
+sha512sums=('fbe4ecd0e3d9f2766b5d1103fa5d85624235e94e264bfd8634b397af07b9b19ecbacf29b0c2f22b0dc8f0ef24b7ea1e4bff3334b12b09351a1881fc2efdcee71')
prepare() {
# Needed only for examples, which won't be built
More information about the arch-commits
mailing list