summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-10-05 13:32:39 +0200
committerhaawda2022-10-05 13:32:39 +0200
commit38a436047b51d410d655377dcf6e4f2449c7cf74 (patch)
tree4b174415866f3d1c9cf1ac7325c845bb4b6b332d
parenta76aff72e612fbaace764569cccc3e769fb1b41c (diff)
downloadaur-38a436047b51d410d655377dcf6e4f2449c7cf74.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a68c5298fa1..a3e8a494e0ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wp2latex
pkgdesc = Converts WordPerfect document formats to LaTeX
- pkgver = 3.108
+ pkgver = 3.109
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.108.zip
- sha256sums = 9c245f7e1349cb3d6ed49700ba2c643b994cb8c6f244888a95b0816ef7003ce3
+ source = http://www.penguin.cz/~fojtik/wp2latex/wp2latex-3.109.zip
+ sha256sums = afdd8a9f960f04039f9a0c1d4ffe5d955c5058fcdd351f4d354a1e95d380e546
pkgname = wp2latex
diff --git a/PKGBUILD b/PKGBUILD
index 3f1f266169e3..a755b62e4068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=wp2latex
-pkgver=3.108
+pkgver=3.109
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=('9c245f7e1349cb3d6ed49700ba2c643b994cb8c6f244888a95b0816ef7003ce3')
+sha256sums=('afdd8a9f960f04039f9a0c1d4ffe5d955c5058fcdd351f4d354a1e95d380e546')
depends=('libjpeg' 'gcc-libs' 'libpng')
options=('!strip')