summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrophil2019-03-30 15:15:13 +0100
committerrophil2019-03-30 15:15:13 +0100
commit49b05a883bd3380ea344d943bb696437c6b6625a (patch)
tree6a5f9ef2cc8309f54f44de315a02fdc2b704988e
parenta55ad4925fee7058bbb3264153c52e40b31f95c2 (diff)
downloadaur-49b05a883bd3380ea344d943bb696437c6b6625a.tar.gz
Updated to v1.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13727eb54620..4b4727fd7b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gm-companion
pkgdesc = A tool for rpg gamemasters.
- pkgver = 1.0.2
+ pkgver = 1.1.0
pkgrel = 1
url = https://gm-companion.github.io/
arch = x86_64
@@ -8,15 +8,15 @@ pkgbase = gm-companion
license = GPL3
makedepends = gendesk
depends = qt5-declarative>=5.10.0,
+ depends = qt5-graphicaleffects>=5.10.0,
depends = qt5-multimedia>=5.10.0,
depends = qt5-networkauth>=5.10.0,
depends = qt5-quickcontrols2>=5.10.0,
- depends = qt5-webengine>=5.10.0,
- depends = taglib
+ depends = poppler-qt5
conflicts = gm-companion-git
- source = https://github.com/PhilInTheGaps/GM-Companion/releases/download/1.0.2/source_with_submodules.tar.xz
+ source = https://github.com/PhilInTheGaps/GM-Companion/releases/download/1.1.0/source_with_submodules.tar.xz
source = https://raw.githubusercontent.com/PhilInTheGaps/GM-Companion/ubuntu-build/data/share/gm-companion/icon256.png
- md5sums = 997a148d44e2d48dc818eb549d3cdfbf
+ md5sums = 83e5a514cabefcb33495cd4b293479e5
md5sums = 877a226689a5edaee3ecfdaf767ded9d
pkgname = gm-companion
diff --git a/PKGBUILD b/PKGBUILD
index e8b677003b5c..f7da25925514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Phil Hoffmann <phil dot hoffmann at zoho dot eu>
pkgname=gm-companion
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
pkgdesc="A tool for rpg gamemasters."
url="https://gm-companion.github.io/"
arch=('x86_64' 'i686')
license=('GPL3')
-depends=('qt5-declarative>=5.10.0', 'qt5-multimedia>=5.10.0', 'qt5-networkauth>=5.10.0', 'qt5-quickcontrols2>=5.10.0', 'qt5-webengine>=5.10.0', 'taglib')
+depends=('qt5-declarative>=5.10.0', 'qt5-graphicaleffects>=5.10.0', 'qt5-multimedia>=5.10.0', 'qt5-networkauth>=5.10.0', 'qt5-quickcontrols2>=5.10.0', 'poppler-qt5')
makedepends=('gendesk')
conflicts=('gm-companion-git')
source=("https://github.com/PhilInTheGaps/GM-Companion/releases/download/${pkgver}/source_with_submodules.tar.xz" "https://raw.githubusercontent.com/PhilInTheGaps/GM-Companion/ubuntu-build/data/share/gm-companion/icon256.png")
-md5sums=('997a148d44e2d48dc818eb549d3cdfbf'
+md5sums=('83e5a514cabefcb33495cd4b293479e5'
'877a226689a5edaee3ecfdaf767ded9d')
prepare() {