summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Blaicher2015-10-25 10:18:04 +0100
committerMatthias Blaicher2015-10-25 10:18:04 +0100
commit58b7e82da1b0d66f2f5b1e483f0f557fc9197284 (patch)
tree9aed0db52d61ec0bbdb3b4b8cf568460129f77c6 /PKGBUILD
parent0e0a65dc95af1a768df0bb169e8bcb8c5436c212 (diff)
downloadaur-lasercalc-git.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc0460ab7cfe..9e02c340e4d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"