diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-21 10:43:42 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-21 10:43:42 +0200 |
commit | 4e66a1c1c541a0b60aa63f4d846c5e6f225b71b8 (patch) | |
tree | db8c1d395ab4a671230a246df665dbee6b62235d /community/unrtf | |
parent | 742bd5a396f7a4c474e8ffec0686fc7312603cb8 (diff) | |
parent | 031887a2047546085998f965214f5b682664de9b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/emacs-nox/PKGBUILD
community/gmic/PKGBUILD
community/libgtksourceviewmm2/PKGBUILD
community/libnewt/PKGBUILD
community/nicotine/PKGBUILD
community/plan9port/PKGBUILD
extra/calligra/PKGBUILD
extra/ilmbase/PKGBUILD
extra/libwps/PKGBUILD
extra/openexr/PKGBUILD
extra/poppler/PKGBUILD
Diffstat (limited to 'community/unrtf')
-rw-r--r-- | community/unrtf/PKGBUILD | 9 | ||||
-rw-r--r-- | community/unrtf/unrtf.changelog | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/community/unrtf/PKGBUILD b/community/unrtf/PKGBUILD index bce1f2817..2265187f8 100644 --- a/community/unrtf/PKGBUILD +++ b/community/unrtf/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 60272 2011-12-08 20:04:08Z jlichtblau $ +# $Id: PKGBUILD 88595 2013-04-20 16:12:02Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: froggie <sullivanva@gmail.com> pkgname=unrtf -pkgver=0.21.2 +pkgver=0.21.3 pkgrel=1 pkgdesc="Command-line program which converts RTF documents to other formats" arch=('i686' 'x86_64' 'mips64el') @@ -13,14 +13,11 @@ license=('GPL3') depends=('glibc') changelog=$pkgname.changelog source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('acb1b093dd2c7485fc43b128ccaf665d6188f568752cec96d54b693374caddb0') +sha256sums=('8aec68a5583fea8ac575cdb6bbd111ecc6700054127ab12023ac94729da77536') build() { cd ${srcdir}/$pkgname-$pkgver -# bugfix FS#14043 - sed -e 's|/usr/local|/usr|' -i src/{main.h,path.h} - ./configure --prefix=/usr make } diff --git a/community/unrtf/unrtf.changelog b/community/unrtf/unrtf.changelog index 04b898b16..fc7f75065 100644 --- a/community/unrtf/unrtf.changelog +++ b/community/unrtf/unrtf.changelog @@ -1,3 +1,6 @@ +2013-04-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * unrtf 0.21.3-1 + 2011-12-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * unrtf 0.21.2 |