summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Dallilar2022-04-20 16:17:56 +0200
committerYigit Dallilar2022-04-20 16:17:56 +0200
commit493952088782ba91402a1ad5575229e7ddfff410 (patch)
tree97c2755ea2fb02dbbbf78240d22d3eac6769d7e0
parentf8f8d9ca70c4dbb85d602e79329bcfa09f8bcd9f (diff)
downloadaur-493952088782ba91402a1ad5575229e7ddfff410.tar.gz
libxtst to depends()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ce32fe8d22a..5021f9dbd53b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = esoreflex
pkgdesc = EsoReflex is an environment that provides an easy and flexible way to reduce VLT/VLTI science data using the ESO pipelines.
pkgver = 2.11.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.eso.org/sci/software/esoreflex/
install = esoreflex.install
arch = x86_64
license = GPL3
depends = java-environment
+ depends = libxtst
optdepends = python-astropy: enables interactivity with system-wide python installation
optdepends = python-matplotlib: enables interactivity with system-wide python installation
optdepends = python-wxpython: enables interactivity with system-wide python installation
diff --git a/PKGBUILD b/PKGBUILD
index c441ed6f4472..861a7e6a2529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=esoreflex
pkgver=2.11.5
-pkgrel=1
+pkgrel=2
pkgdesc="EsoReflex is an environment that provides an easy and flexible way to reduce VLT/VLTI science data using the ESO pipelines. "
url="https://www.eso.org/sci/software/esoreflex/"
arch=('x86_64')
license=('GPL3')
-depends=('java-environment')
+depends=('java-environment' 'libxtst')
makedepends=()
# Note all of them needs to be installed for interactivity to work, but conda environments
# can also alternatively be used to set it up