summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan McCurry2017-08-23 19:06:07 -0400
committerDan McCurry2017-08-23 19:06:07 -0400
commit313068d59f775d98dbbcbf70d83a8a68d66403a5 (patch)
treecc4613c9f4a31bdb5360241b2e230433ef125816 /PKGBUILD
parent7c78ec4c677c99051de2a76d8d4c4bd7bcb2c402 (diff)
downloadaur-313068d59f775d98dbbcbf70d83a8a68d66403a5.tar.gz
Fixed depends to include libpng12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')