[arch-commits] Commit in haskell-pandoc-types/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 27 02:44:46 UTC 2016
Date: Thursday, October 27, 2016 @ 02:44:45
Author: felixonmars
Revision: 193751
upgpkg: haskell-pandoc-types 1.17.0.4-1
rebuild with pandoc-types-1.17.0.4, pandoc-1.18, pandoc-citeproc-0.10.2.1
Modified:
haskell-pandoc-types/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-27 02:38:11 UTC (rev 193750)
+++ PKGBUILD 2016-10-27 02:44:45 UTC (rev 193751)
@@ -4,15 +4,15 @@
_hkgname=pandoc-types
pkgname=haskell-pandoc-types
-pkgver=1.16.1.1
-pkgrel=3
+pkgver=1.17.0.4
+pkgrel=1
pkgdesc="Types for representing a structured document"
url="http://johnmacfarlane.net/pandoc"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-aeson" "haskell-syb")
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-quickcheck" "haskell-syb")
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f8feb3aef9adc16e7a81d4fd4548e5a142366c59a826272f9b04a9dddbfb9524')
+sha256sums=('531996e547714e34a2e4134e9e80dad9929bbc6814ebb5515f95538fa76c3f74')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list