summaryrefslogtreecommitdiff
path: root/community/gri/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gri/PKGBUILD')
-rw-r--r--community/gri/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gri/PKGBUILD b/community/gri/PKGBUILD
index be8bc2276..19ba1e79a 100644
--- a/community/gri/PKGBUILD
+++ b/community/gri/PKGBUILD
@@ -3,17 +3,17 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gri
-pkgver=2.12.22
+pkgver=2.12.23
pkgrel=1
pkgdesc="A script-based language for scientific graphics programming."
arch=('i686' 'x86_64')
license=('GPL')
url="http://gri.sourceforge.net/"
-depends=('imagemagick' 'texlive-core' 'perl')
-makedepends=('ghostscript' 'gzip')
+depends=('perl')
+makedepends=('ghostscript' 'gzip' 'imagemagick')
source=(http://downloads.sourceforge.net/gri/$pkgname-$pkgver.tar.gz)
-md5sums=('e719475161761fa9c7d2e2c2e94c2e76')
install=gri.install
+md5sums=('eabd37f80ac51f7aef83a89234fb6522')
build() {
cd $srcdir/$pkgname-$pkgver