[arch-commits] Commit in haskell-texmath/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Dec 21 14:38:17 UTC 2016
Date: Wednesday, December 21, 2016 @ 14:38:17
Author: felixonmars
Revision: 200810
upgpkg: haskell-texmath 0.9-1
rebuild with hakyll-4.9.2.0, pandoc-1.19.1, pandoc-citeproc-0.10.3, texmath-0.9
Modified:
haskell-texmath/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-21 14:28:29 UTC (rev 200809)
+++ PKGBUILD 2016-12-21 14:38:17 UTC (rev 200810)
@@ -4,7 +4,7 @@
_hkgname=texmath
pkgname=haskell-texmath
-pkgver=0.8.6.7
+pkgver=0.9
pkgrel=1
pkgdesc="Conversion between formats used to represent mathematics."
url="http://github.com/jgm/texmath"
@@ -12,8 +12,8 @@
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
"haskell-parsec" "haskell-syb" "haskell-xml")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('9e5fd9571a7257bdc8cfa6e0da077b16e867011a9f813065d68dd046bd358c88')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('6ee9cda09fd38b27309abf50216ae2081543c0edf939f71cc3856feca24c5f2c')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list