summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d89ea3c7b01f..49d71ceb538b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = algobox
pkgdesc = Algorithmic learning for high school students
pkgver = 0.9
- pkgrel = 1
+ pkgrel = 2
url = http://www.xm1math.net/algobox/index.html
arch = x86_64
arch = i686
license = GPLv2
depends = qt5-base
+ depends = qt5-webkit
source = http://www.xm1math.net/algobox/algobox-0.9.tar.bz2
md5sums = b8d57286e6838c5ec4ef2aa416bd2cb1
diff --git a/PKGBUILD b/PKGBUILD
index 81be235a147c..03e3fec62530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Marc Cousin <cousinmarc@gmail.com>
pkgname=algobox
pkgver=0.9
-pkgrel=1
+pkgrel=2
pkgdesc="Algorithmic learning for high school students"
url="http://www.xm1math.net/algobox/index.html"
arch=('x86_64' 'i686')
license=('GPLv2')
-depends=('qt5-base')
+depends=('qt5-base' 'qt5-webkit')
optdepends=()
makedepends=()
source=("http://www.xm1math.net/algobox/${pkgname}-${pkgver}.tar.bz2"