[arch-commits] Commit in haskell-texmath/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 12 21:25:57 UTC 2021
Date: Wednesday, May 12, 2021 @ 21:25:56
Author: felixonmars
Revision: 932682
upgpkg: haskell-texmath 0.12.3-1: rebuild with texmath 0.12.3
Modified:
haskell-texmath/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 21:18:15 UTC (rev 932681)
+++ PKGBUILD 2021-05-12 21:25:56 UTC (rev 932682)
@@ -3,17 +3,17 @@
_hkgname=texmath
pkgname=haskell-texmath
-pkgver=0.12.2
-pkgrel=14
+pkgver=0.12.3
+pkgrel=1
pkgdesc="Conversion between formats used to represent mathematics."
url="https://github.com/jgm/texmath"
license=("GPL2")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-network-uri' 'haskell-pandoc-types'
- 'haskell-syb' 'haskell-xml')
+depends=('ghc-libs' 'haskell-network-uri' 'haskell-pandoc-types' 'haskell-split' 'haskell-syb'
+ 'haskell-xml')
makedepends=('ghc' 'haskell-temporary' 'haskell-utf8-string')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('89f3dc5c1042980abf06f1e4d3ca6806922f2094c6d7ec2cc1e4673ac16a7aaf73693c5fa5526eac96d6f9f5c2f894f2341295bacebb7216ef49eb8be7cc0424')
+sha512sums=('4fac33434f971711e90650511fb32b22456bd3559d294dd712400cf5006b56744109961f49b419faae260a71f22f3c63b707e23e221fb78c843a4b226050a257')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list