summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50f02cf25ed4..63aa63a19b9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = rtf2latex2e
pkgdesc = Tool to convert rich text format (RTF) documents to LaTeX 2e format.
- pkgver = 2.2.2
+ pkgver = 2.2.3
pkgrel = 1
url = http://sourceforge.net/projects/rtf2latex2e/
arch = i686
arch = x86_64
license = GPL
+ depends = glibc
optdepends = texlive-core: To make use of LaTeX output files
optdepends = unoconv: to convert EMF, WMF and PICT images to PDF
- source = http://downloads.sourceforge.net/rtf2latex2e/files/rtf2latex2e-2-2-2.tar.gz
- md5sums = 8aa606410aeb92583e8e06c39e34f5e8
- sha512sums = be021399d84f0f8d82f0387e1b1fd12f100afe83f9a374f0dc19ad9f4066720f25cd6a856a1f64f7468d9d11c52cbec1941c223fa92e5dabba3c22d7f4370455
+ source = http://downloads.sourceforge.net/rtf2latex2e/files/rtf2latex2e-2-2-3.tar.gz
+ sha256sums = 7ef86edea11d5513cd86789257a91265fc82d978541d38ab2c08d3e9d6fcd3c3
pkgname = rtf2latex2e
diff --git a/PKGBUILD b/PKGBUILD
index 3875a8b79af1..638d94bdcfe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,26 @@
-# Maintainer: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
+# Contributor: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
# Contributor: Kevin Klement = klement at philos dot umass dot edu
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=rtf2latex2e
-pkgver=2.2.2
+pkgver=2.2.3
dashedver=${pkgver//./-}
pkgrel=1
pkgdesc="Tool to convert rich text format (RTF) documents to LaTeX 2e format."
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/rtf2latex2e/"
+depends=('glibc')
license=('GPL')
-optdepends=('texlive-core: To make use of LaTeX output files' 'unoconv: to convert EMF, WMF and PICT images to PDF')
+optdepends=('texlive-core: To make use of LaTeX output files'
+ 'unoconv: to convert EMF, WMF and PICT images to PDF')
source=(http://downloads.sourceforge.net/$pkgname/files/$pkgname-$dashedver.tar.gz)
-md5sums=('8aa606410aeb92583e8e06c39e34f5e8')
-sha512sums=('be021399d84f0f8d82f0387e1b1fd12f100afe83f9a374f0dc19ad9f4066720f25cd6a856a1f64f7468d9d11c52cbec1941c223fa92e5dabba3c22d7f4370455')
+sha256sums=('7ef86edea11d5513cd86789257a91265fc82d978541d38ab2c08d3e9d6fcd3c3')
prepare() {
cd "${srcdir}/$pkgname-$dashedver"
sed -i 's/prefix?=\/usr\/local/prefix?=\/usr/g' Makefile
+ sed -i 's+ChangeLog+Changelog+g' Makefile
}
build() {