summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAztorius2018-02-10 13:50:49 +0100
committerAztorius2018-02-10 13:50:49 +0100
commit4e57c5dd81cb5f427c6deaaed0e4b822c7c8b9d0 (patch)
tree4d261fda943bea316098692e2eee12a609ceb381 /PKGBUILD
parent01f7052b16c755a258a21df2b7e1881dd2e10ed1 (diff)
downloadaur-magicfountain.tar.gz
Fix missing dependency qt5-webengine
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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')