summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-10-26 13:29:50 +0100
committerGrey Christoforo2017-10-26 13:29:50 +0100
commit110cea390aaae00fae21ba2e30a188e832c04e3e (patch)
tree9b836a0e5f27448721858e0773f3be292d82b3be
parentac06d7266199bf69794222426198d25a4cecc17e (diff)
downloadaur-110cea390aaae00fae21ba2e30a188e832c04e3e.tar.gz
add glibmm dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 370284a50b7d..65b6fb57bd1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Oct 26 11:35:42 UTC 2017
+# Thu Oct 26 12:29:46 UTC 2017
pkgbase = epics
pkgdesc = Experimental Physics and Industrial Control System
pkgver = 3.15.4.1
@@ -8,6 +8,7 @@ pkgbase = epics
arch = any
license = EPICS Open License
depends = aravis
+ depends = glibmm
source = https://github.com/greyltc/ng3e/archive/v3.15.4.1.tar.gz
md5sums = ba76ff41e6e2b2bf2352c7ae80201160
diff --git a/PKGBUILD b/PKGBUILD
index 56a3dabf64a3..413176982482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Experimental Physics and Industrial Control System"
arch=('any')
url="http://www.aps.anl.gov/epics/"
license=('EPICS Open License')
-depends=('aravis')
+depends=('aravis' 'glibmm')
source=("https://github.com/greyltc/ng3e/archive/v${pkgver}.tar.gz")
md5sums=('ba76ff41e6e2b2bf2352c7ae80201160')