[arch-commits] Commit in haskell-texmath/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Apr 3 15:37:37 UTC 2022
Date: Sunday, April 3, 2022 @ 15:37:37
Author: felixonmars
Revision: 1181013
upgpkg: haskell-texmath 0.12.5-1: rebuild with texmath 0.12.5
Modified:
haskell-texmath/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-03 15:33:07 UTC (rev 1181012)
+++ PKGBUILD 2022-04-03 15:37:37 UTC (rev 1181013)
@@ -3,8 +3,8 @@
_hkgname=texmath
pkgname=haskell-texmath
-pkgver=0.12.4
-pkgrel=5
+pkgver=0.12.5
+pkgrel=1
pkgdesc="Conversion between math formats."
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-split' 'haskell-syb'
'haskell-xml')
-makedepends=('ghc' 'haskell-temporary' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-pretty-show' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e76f5c8c4756120c8402833826a8ecc0e0a3babf05dc928b68cc3d43e0a3df8dc7aba93b9f8b06ec86ca1453fb460879c34d0d20a346cec8e23c52555f30d00a')
+sha512sums=('e6980ffc848825bc6111e5ea759570e84435c582b806ce7d95a14a38f0f3f04a151aa7fe899b79e4f5d77a2f852e3db74549c42b7dd036377dcc59c4b5630198')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list