summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter K. Moss2020-11-07 13:30:48 +0100
committerPeter K. Moss2020-11-07 13:30:48 +0100
commitebcf874c1cc6852203bf313fab046d76ad611b5b (patch)
treea2ba3e76465008b1ffb3afc68972e912683e294a
parent322e5bb043ade56fda536eaae6d67313e55769b3 (diff)
downloadaur-ebcf874c1cc6852203bf313fab046d76ad611b5b.tar.gz
Updated to version r121.bc470ea
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e16b33715b5..50356c01d8f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = qmarkdown-git
pkgdesc = qMarkdown - minimal markdown viewer
- pkgver = r90.58bb1a4
+ pkgver = r121.bc470ea
pkgrel = 1
url = https://github.com/Peterkmoss/qmarkdown
arch = x86_64
license = GPL
- makedepends = gcc>=9
makedepends = git
makedepends = cmake>=3.1.0
- depends = qt5-base
- depends = qt5-webengine
- depends = qt5-webchannel
+ depends = qt5-base>=5.9.0
+ depends = qt5-webengine>=5.9.0
+ depends = qt5-webchannel>=5.9.0
optdepends = ttf-roboto
provides = qmarkdown
conflicts = qmarkdown
diff --git a/PKGBUILD b/PKGBUILD
index 419af1d542b8..d27419152658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Peter K. Moss <peter@moss.dk>
pkgname=qmarkdown-git
-pkgver=r90.58bb1a4
+pkgver=r121.bc470ea
pkgrel=1
pkgdesc="qMarkdown - minimal markdown viewer"
arch=("x86_64")
url="https://github.com/Peterkmoss/qmarkdown"
license=('GPL')
-depends=('qt5-base' 'qt5-webengine' 'qt5-webchannel')
+depends=('qt5-base>=5.9.0' 'qt5-webengine>=5.9.0' 'qt5-webchannel>=5.9.0')
optdepends=('ttf-roboto')
-makedepends=('gcc>=9' 'git' 'cmake>=3.1.0')
+makedepends=('git' 'cmake>=3.1.0')
provides=('qmarkdown')
conflicts=('qmarkdown')
source=('git+https://github.com/Peterkmoss/qmarkdown')