summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70f466833c8..dd8caaffa3be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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"