summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-09-15 20:02:31 -0400
committerGuillaume Horel2019-09-15 20:02:31 -0400
commit3aeb375a35aa2ba54166f06874f7db84ab0f9b0d (patch)
treebd14c496ab5967f5952546b0c4d3fc0ade7f9e31
parent2ad43cfabc0ea537fa9f0aec5a3da468529d4d7d (diff)
downloadaur-3aeb375a35aa2ba54166f06874f7db84ab0f9b0d.tar.gz
update dependencies again
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70e2557cc828..d059afedebec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = gnuplot-nogui
url = http://www.gnuplot.info
arch = x86_64
license = custom
- makedepends = texlive-core
+ makedepends = emacs
depends = cairo
depends = libjpeg
depends = lua
@@ -13,6 +13,7 @@ pkgbase = gnuplot-nogui
depends = gnutls
depends = pango
depends = readline
+ optdepends = texlive-core
provides = gnuplot
conflicts = gnuplot
conflicts = gnuplot-nox
diff --git a/PKGBUILD b/PKGBUILD
index 75825c6a06ab..b4b95f4a2a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ arch=("x86_64")
url="http://www.gnuplot.info"
license=("custom")
depends=("cairo" "libjpeg" "lua" "gd" "gnutls" 'pango' "readline")
-makedepends=("texlive-core")
+makedepends=('emacs')
+optdepends=('texlive-core')
provides=("gnuplot")
conflicts=("gnuplot" "gnuplot-nox")
replaces=("gnuplot-notk")
@@ -45,7 +46,6 @@ build() {
--with-x \
--with-readline=gnu \
--with-texdir=/usr/share/texmf/tex/latex/gnuplot \
- --with-kpsexpand \
--infodir="$pkgdir/usr/share/info"
make pkglibexecdir=/usr/bin