diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-20 10:04:00 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-20 10:04:00 -0300 |
commit | 6f468c3b9af56791c981643b3531eee0981833e6 (patch) | |
tree | c7b4b8c34154d93c7cd4f5a78905728c80c27b1a /pcr/ploticus | |
parent | 6e9d9d4d8057f4695f3107dc56f3268298264e7f (diff) | |
download | abslibre-6f468c3b9af56791c981643b3531eee0981833e6.tar.gz abslibre-6f468c3b9af56791c981643b3531eee0981833e6.tar.bz2 abslibre-6f468c3b9af56791c981643b3531eee0981833e6.zip |
ploticus-2.41-1.1: fix bug #830 -> https://labs.parabola.nu/issues/830
Diffstat (limited to 'pcr/ploticus')
-rw-r--r-- | pcr/ploticus/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
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" |