summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdJoPaTo2021-02-13 15:34:26 +0100
committerEdJoPaTo2021-02-13 15:34:26 +0100
commit013d1fa80731cdf744766d9607c75106449156e4 (patch)
treeb23c036bd50cb80b181db4cd08679199a625fdba /PKGBUILD
parentef0ae1174e38c33b12282dbbf58a9735064575a4 (diff)
downloadaur-013d1fa80731cdf744766d9607c75106449156e4.tar.gz
add additional dependencies
probably already installed due to desktop environment gnome has them for example
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e573d8e8a30..7f37c10339c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,18 @@
# Maintainer: EdJoPaTo <snoopy-aur@edjopato.de>
pkgname=snoopy
pkgver=2019.12.20
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="software tool to design and animate hierarchical graphs, among others Petri nets"
arch=("x86_64")
url="http://www-dssz.informatik.tu-cottbus.de/DSSZ/Software/Snoopy"
license=('custom: non-professional use only')
groups=()
-depends=('gtk2' 'libsm' 'libpng12')
+depends=('gtk2'
+ 'libpng12'
+ 'libsm'
+ 'libxtst'
+ 'libxxf86vm')
makedepends=()
checkdepends=()
optdepends=()