Date: Wednesday, August 10, 2011 @ 01:47:14 Author: andyrtr Revision: 135071
upgpkg: ghostscript 9.04-1 upstream update 9.04 Modified: ghostscript/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-10 01:38:26 UTC (rev 135070) +++ PKGBUILD 2011-08-10 05:47:14 UTC (rev 135071) @@ -2,8 +2,8 @@ # Maintainer: AndyRTR <andy...@archlinux.org> pkgname=ghostscript -pkgver=9.02 -pkgrel=2 +pkgver=9.04 +pkgrel=1 pkgdesc="An interpreter for the PostScript language" arch=('i686' 'x86_64') license=('GPL3' 'custom') @@ -14,7 +14,7 @@ url="http://www.ghostscript.com/" source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2) options=('!libtool' '!makeflags') -md5sums=('f67151444bd56a7904579fc75a083dd6') +md5sums=('9f6899e821ab6d78ab2c856f10fa3023') build() { cd ${srcdir}/ghostscript-${pkgver}