Date: Monday, December 23, 2019 @ 18:13:42 Author: felixonmars Revision: 539429
upgpkg: haskell-texmath 0.12-1: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0 Modified: haskell-texmath/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-23 18:09:09 UTC (rev 539428) +++ PKGBUILD 2019-12-23 18:13:42 UTC (rev 539429) @@ -3,8 +3,8 @@ _hkgname=texmath pkgname=haskell-texmath -pkgver=0.11.3 -pkgrel=5 +pkgver=0.12 +pkgrel=1 pkgdesc="Conversion between formats used to represent mathematics." url="https://github.com/jgm/texmath" license=("GPL2") @@ -11,9 +11,9 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-network-uri' 'haskell-pandoc-types' 'haskell-syb' 'haskell-xml') -makedepends=('ghc' 'haskell-split' 'haskell-temporary' 'haskell-utf8-string') +makedepends=('ghc' 'haskell-temporary' 'haskell-utf8-string') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('8aefbe447a1a78028b3cfee66428552ad0f116fcfdda529364f8d1cd0742d83a9daeac2c8ecc3d9b48828c8d008069bd73d17f6555f50c25916a033b266185d1') +sha512sums=('e8c304652b472c24a09460abfd473e4f8ef4d55685841cc1f3ead35abf50fc99dcaf5981c0025497d9997b0010e556ce5d99c0e8ad4872c79fa49d6d857cb1b1') build() { cd $_hkgname-$pkgver
