summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2024-01-29 15:31:03 -0500
committerGuillaume Horel2024-01-29 15:31:03 -0500
commit7a6433ccfcfb70f43cd05208b7d048ca40f3d74b (patch)
tree8e7a1e23c34eafc2e89c36f0c17fd81e322311c3 /PKGBUILD
parent8daeec152f9b6943e191adcf75be88b006661711 (diff)
downloadaur-gnuplot-nogui.tar.gz
enable block terminal
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e078c5843053..873906f3c7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=gnuplot
pkgname=$_pkgname-nogui
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Plotting package which outputs to X11, files and others. Without wxgtk/qt."
arch=("x86_64")
url="http://www.gnuplot.info"
@@ -25,8 +25,7 @@ depends=(cairo
makedepends=('emacs')
optdepends=('texlive-core')
provides=("gnuplot")
-conflicts=("gnuplot" "gnuplot-nox")
-replaces=("gnuplot-notk")
+conflicts=("gnuplot" "gnuplot-headless")
source=("http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-$pkgver.tar.gz"
"lua53_compat.patch")
sha256sums=('635a28f0993f6ab0d1179e072ad39b8139d07f51237f841d93c6c2ff4b1758ec'
@@ -48,6 +47,7 @@ build() {
--with-x \
--with-readline=gnu \
--with-texdir=/usr/share/texmf/tex/latex/gnuplot \
+ --with-bitmap-terminals \
--infodir="$pkgdir/usr/share/info"
make pkglibexecdir=/usr/bin