summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442015-09-04 08:50:17 +0200
committermarco442015-09-04 08:50:17 +0200
commit880a7d67731eadb692cd3b21eb63468916e7db60 (patch)
treef87660e67e94484d0c18ab2680a19232bbdbbab7
parentca868ff6bca4d6ce063809b28e69fd02073082a8 (diff)
downloadaur-880a7d67731eadb692cd3b21eb63468916e7db60.tar.gz
Added qt5-webkit as a dependancy
-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"