diff options
author | Matthias Blaicher | 2015-10-25 10:18:04 +0100 |
---|---|---|
committer | Matthias Blaicher | 2015-10-25 10:18:04 +0100 |
commit | 58b7e82da1b0d66f2f5b1e483f0f557fc9197284 (patch) | |
tree | 9aed0db52d61ec0bbdb3b4b8cf568460129f77c6 | |
parent | 0e0a65dc95af1a768df0bb169e8bcb8c5436c212 (diff) | |
download | aur-lasercalc-git.tar.gz |
Add missing dependency
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 4 deletions
@@ -1,14 +1,16 @@ pkgbase = lasercalc-git pkgdesc = A tool to calculate optical paths and resonators based on Gaussian beam matrix optics pkgver = 0.6 - pkgrel = 1 + pkgrel = 2 url = https://sourceforge.net/apps/phpwebsite/lasercalc/ install = lasercalc-git.install arch = i686 arch = x86_64 license = GPL3 makedepends = wxgtk + makedepends = webkitgtk2 depends = wxgtk + depends = webkitgtk2 conflicts = lasercalc source = git+git://git.code.sf.net/p/lasercalc/code source = git+git://git.code.sf.net/p/lasercalc/libproperties @@ -1,13 +1,13 @@ # Contributor: Anton Leontiev <unsector /at/ km.ru> pkgname=lasercalc-git pkgver=0.6 -pkgrel=1 +pkgrel=2 pkgdesc='A tool to calculate optical paths and resonators based on Gaussian beam matrix optics' arch=('i686' 'x86_64') url='https://sourceforge.net/apps/phpwebsite/lasercalc/' license=('GPL3') -depends=('wxgtk') -makedepends=('wxgtk') +depends=('wxgtk' 'webkitgtk2') +makedepends=('wxgtk' 'webkitgtk2') conflicts=('lasercalc') install=$pkgname.install source=("git+git://git.code.sf.net/p/lasercalc/code" |