summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92e8ceab6cb8..e52d3366ac06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = fullprof-suite
groups = science
license = custom
depends = gcc-libs
+ depends = libpng12
optdepends = xterm: Needed to launch some programs from GUI
provides = fullprof
conflicts = fullprof
diff --git a/PKGBUILD b/PKGBUILD
index 7f3a6ffcd696..4a7aec748960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://www.ill.eu/sites/fullprof"
license=('custom')
groups=('science')
-depends=('gcc-libs')
+depends=('gcc-libs' 'libpng12')
optdepends=('xterm: Needed to launch some programs from GUI')
provides=('fullprof')
conflicts=('fullprof')