From 6f468c3b9af56791c981643b3531eee0981833e6 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 20 Oct 2015 10:04:00 -0300 Subject: ploticus-2.41-1.1: fix bug #830 -> https://labs.parabola.nu/issues/830 --- pcr/ploticus/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pcr/ploticus/PKGBUILD b/pcr/ploticus/PKGBUILD index f63508246..9967597a5 100644 --- a/pcr/ploticus/PKGBUILD +++ b/pcr/ploticus/PKGBUILD @@ -5,12 +5,14 @@ set -u pkgname='ploticus' pkgver='2.41' -pkgrel='1' +pkgrel='1.1' pkgdesc='produce plots and graphs in GIF, PNG, PostScript, SVG from CSV like data' arch=('i686' 'x86_64') url='http://ploticus.sourceforge.net/doc/welcome.html' license=('GPL') depends=('gd' 'libpng' 'libjpeg' 'freetype2' 'zlib' 'libx11') +conflicts=('gnustep-base') +provides=('gnustep-base') sha256sums=('ecccb6afcf0008d5b31da2e9e74c448564101eb7b9bbde758a3dca1f2dc8c580' 'f0b1acc10a35b1d3c4268ee67c2520af36044991e289d538c1cb5b7bc406d4e4') source=("http://prdownloads.sourceforge.net/sourceforge/${pkgname}/pl${pkgver/./}src.tar.gz" -- cgit v1.2.3-54-g00ecf