summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAztorius2018-02-10 13:50:49 +0100
committerAztorius2018-02-10 13:50:49 +0100
commit4e57c5dd81cb5f427c6deaaed0e4b822c7c8b9d0 (patch)
tree4d261fda943bea316098692e2eee12a609ceb381
parent01f7052b16c755a258a21df2b7e1881dd2e10ed1 (diff)
downloadaur-4e57c5dd81cb5f427c6deaaed0e4b822c7c8b9d0.tar.gz
Fix missing dependency qt5-webengine
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 145fc74779f6..40c91330f4cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = magicfountain
pkgdesc = A Fountain syntax editor and viewer.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Aztorius/magicfountain
arch = i686
arch = x86_64
license = GPL3
- makedepends = qt5-base
depends = qt5-base
+ depends = qt5-webengine
depends = hicolor-icon-theme
optdepends = qt5-translations
source = https://github.com/Aztorius/magicfountain/archive/1.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index acd3a513087f..7dd3cfd5208d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
# Maintainer: ZeroDot1 <zerodot1 at bk dot ru>
pkgname=magicfountain
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Fountain syntax editor and viewer."
arch=('i686' 'x86_64')
url="https://github.com/Aztorius/magicfountain"
license=('GPL3')
depends=('qt5-base' 'hicolor-icon-theme' 'qt5-webengine')
optdepends=('qt5-translations')
-makedepends=('qt5-base')
source=("https://github.com/Aztorius/magicfountain/archive/${pkgver}.tar.gz")
md5sums=('c7c61053fe9b91abd2a2611572c4055f')