summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0771f3bab6d5..a4a31698e6a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = tth
pkgdesc = TeX to HTML translator
- pkgver = 4.15
+ pkgver = 4.16
pkgrel = 1
url = http://hutchinson.belmont.ma.us/tth/
arch = i686
arch = x86_64
license = custom
depends = sh
- source = tth-4.15_C.tar.gz::http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz
- sha256sums = 83c1f39fbf3377fb43e3d01d042302fa91f8758aa9acc10e22fe8af140f0126c
+ source = tth-4.16_C.tar.gz::http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz
+ sha256sums = ff8b88c6dbb938f01fe6a224c396fc302ae5d89b9b6d97f207f7ae0c4e7f0a32
pkgname = tth
-
diff --git a/PKGBUILD b/PKGBUILD
index c5ba74683a57..94f56cb13621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=tth
-pkgver=4.15
+pkgver=4.16
pkgrel=1
pkgdesc="TeX to HTML translator"
url="http://hutchinson.belmont.ma.us/tth/"
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
depends=('sh')
license=('custom')
source=($pkgname-${pkgver}_C.tar.gz::http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz)
-sha256sums=('83c1f39fbf3377fb43e3d01d042302fa91f8758aa9acc10e22fe8af140f0126c')
+sha256sums=('ff8b88c6dbb938f01fe6a224c396fc302ae5d89b9b6d97f207f7ae0c4e7f0a32')
build() {
cd tth_C