git » gnuplot.git » commit b939795

rebuild with gnutls

author Sven-Hendrik Haase
2014-01-11 00:19:40 UTC
committer Sven-Hendrik Haase
2014-01-11 00:19:40 UTC
parent 732e1c772a04497309dbe2fb52f82c99e265f286

rebuild with gnutls

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index a11d5b8..0d035b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=gnuplot
 pkgver=4.6.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info" 
 license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
 makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
 options=('!makeflags')
 install=gnuplot.install