summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-07-06 11:38:36 +0200
committerhaawda2022-07-06 11:38:36 +0200
commita76aff72e612fbaace764569cccc3e769fb1b41c (patch)
treeaafc37bcd7aa349eee646ce8113ce4ae78cf9bf6
parentd0527352d47d8381ebe7b26b3e204d905ec248c2 (diff)
downloadaur-a76aff72e612fbaace764569cccc3e769fb1b41c.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 2771798ef9a0..5a68c5298fa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wp2latex
pkgdesc = Converts WordPerfect document formats to LaTeX
- pkgver = 3.107
+ pkgver = 3.108
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.107.zip
- sha256sums = 70763925f3013fccf431f5d329fcb2a4e0eeabdcfc206925fbbeb98cb00ad32c
+ source = http://www.penguin.cz/~fojtik/wp2latex/wp2latex-3.108.zip
+ sha256sums = 9c245f7e1349cb3d6ed49700ba2c643b994cb8c6f244888a95b0816ef7003ce3
pkgname = wp2latex
diff --git a/PKGBUILD b/PKGBUILD
index 10bb31ce31a3..3f1f266169e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=wp2latex
-pkgver=3.107
+pkgver=3.108
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=('70763925f3013fccf431f5d329fcb2a4e0eeabdcfc206925fbbeb98cb00ad32c')
+sha256sums=('9c245f7e1349cb3d6ed49700ba2c643b994cb8c6f244888a95b0816ef7003ce3')
depends=('libjpeg' 'gcc-libs' 'libpng')
options=('!strip')