summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fbdcd2083ed..48b9a7d7939b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Dec 3 17:32:36 UTC 2016
+# Sat Dec 3 18:08:11 UTC 2016
pkgbase = belle
pkgdesc = Qt Graphic Editor
pkgver = 0.6
@@ -9,6 +9,7 @@ pkgbase = belle
arch = x86_64
license = GPL
depends = qt4
+ depends = qt51-webkit
source = https://github.com/fr33mind/Belle/archive/0.6a.tar.gz
source = belle.desktop
md5sums = 3965f85976767d48609e623b1f11bc8e
diff --git a/PKGBUILD b/PKGBUILD
index edf07f4e3060..45da36bea396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Qt Graphic Editor"
arch=(i686 x86_64)
url="http://opendesktop.org/content/show.php/Belle?content=155259"
license=('GPL')
-depends=('qt4')
+depends=('qt4' 'qt51-webkit')
#source=("http://opendesktop.org/CONTENT/content-files/155259-${_name}-${pkgver}a.tar.gz" "${pkgname}.desktop")
#source=(http://download.savannah.gnu.org/releases/${pkgname}/${_name}_${pkgver}a-src.tar.gz "${pkgname}.desktop")
source=("https://github.com/fr33mind/Belle/archive/${pkgver}a.tar.gz" "${pkgname}.desktop")