Date: Monday, May 7, 2018 @ 16:18:33 Author: felixonmars Revision: 319142
upgpkg: haskell-texmath 0.10.1.2-1 rebuild with texmath,0.10.1.2 Modified: haskell-texmath/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-07 16:18:26 UTC (rev 319141) +++ PKGBUILD 2018-05-07 16:18:33 UTC (rev 319142) @@ -4,17 +4,17 @@ _hkgname=texmath pkgname=haskell-texmath -pkgver=0.10.1.1 -pkgrel=16 +pkgver=0.10.1.2 +pkgrel=1 pkgdesc="Conversion between formats used to represent mathematics." url="https://github.com/jgm/texmath" -license=("GPL") +license=("GPL2") arch=('x86_64') -depends=('ghc-libs' "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" "haskell-parsec" - "haskell-syb" "haskell-xml") +depends=('ghc-libs' 'haskell-mtl' 'haskell-network-uri' 'haskell-pandoc-types' 'haskell-parsec' + 'haskell-syb' 'haskell-xml') makedepends=('ghc' 'haskell-split' 'haskell-temporary' 'haskell-utf8-string') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('db84c0b176b625c8d3b402156b8b60e245d55c0e233ef2da154e847fb48a73259c486095756f1d78ad4a5ec751f659b573de7cf4f32b27186aeb4ba03b6d13c0') +sha512sums=('d7de45b3bfcdf5c8c8a63947201598b8adaa4a7335030b805b4166769477ea44b1065cdd1d7666b19bf7b29edb49cb4257a19c6fada155212e7f2f00d32a2e78') build() { cd $_hkgname-$pkgver
