summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfavonia2018-10-26 11:39:19 +0200
committerfavonia2018-10-26 11:39:19 +0200
commit2a4267f2fcdacd877d5ba720f429456f82bc2b58 (patch)
treea892ce84530953fba1a2912386873ec3155dc0fd
parentdf1731f861156c75eb26e54557adb1655433ad59 (diff)
downloadaur-2a4267f2fcdacd877d5ba720f429456f82bc2b58.tar.gz
Bump the version to 1.22 and use HTTPS.
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e85178f97a19..4766faf93025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: favonia <favonia@gmail.com>
pkgname=lhs2tex
-pkgver=1.19
-pkgrel=3
+pkgver=1.22
+pkgrel=1
pkgdesc="Preprocessor for typesetting Haskell sources with LaTeX"
url="https://www.andres-loeh.de/lhs2tex/"
license=("GPL")
-source=("http://hackage.haskell.org/package/$pkgname/$pkgname-$pkgver.tar.gz"
+source=("https://hackage.haskell.org/package/$pkgname/$pkgname-$pkgver.tar.gz"
"force-dynamic.diff")
depends=('ghc' 'haskell-directory' 'haskell-filepath' 'haskell-mtl'
'haskell-process' 'haskell-regex-compat' 'texlive-latexextra')
arch=('i686' 'x86_64')
-md5sums=('4414be7f90d7a805bb3fec843b547cfa'
+md5sums=('0a678d37c983b1614777957054c15f55'
'7b3687d3b7143e3b18abdf2926696189')
build() {