summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5afafe791790..00b1b396d468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wp2latex
pkgdesc = Converts WordPerfect document formats to LaTeX
- pkgver = 3.112
+ pkgver = 3.113
pkgrel = 1
url = http://www.penguin.cz/~fojtik/wp2latex/wp2latex.htm
arch = i686
@@ -10,7 +10,7 @@ pkgbase = wp2latex
depends = gcc-libs
depends = libpng
options = !strip
- source = http://www.penguin.cz/~fojtik/wp2latex/wp2latex-3.112.zip
- sha256sums = 7cb1d43ba7ef86da6cc73ef963712aa8254147d7d8fa2ca25efd68cb26369913
+ source = http://www.penguin.cz/~fojtik/wp2latex/wp2latex-3.113.zip
+ sha256sums = 220d8253c4347cf744435877acba5d2112194ef5834f31de84171b28454a2f24
pkgname = wp2latex
diff --git a/PKGBUILD b/PKGBUILD
index c632d16f29be..cf0cd072b739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=wp2latex
-pkgver=3.112
+pkgver=3.113
pkgrel=1
pkgdesc="Converts WordPerfect document formats to LaTeX"
url="http://www.penguin.cz/~fojtik/wp2latex/wp2latex.htm"
arch=('i686' 'x86_64')
license=('GPL')
source=("http://www.penguin.cz/~fojtik/$pkgname/$pkgname-$pkgver.zip")
-sha256sums=('7cb1d43ba7ef86da6cc73ef963712aa8254147d7d8fa2ca25efd68cb26369913')
+sha256sums=('220d8253c4347cf744435877acba5d2112194ef5834f31de84171b28454a2f24')
depends=('libjpeg' 'gcc-libs' 'libpng')
options=('!strip')