summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos Sideris2018-05-03 21:37:59 +0300
committerKonstantinos Sideris2018-05-03 21:37:59 +0300
commitb0d3488973ee6659faab123834a69ab4c5d79592 (patch)
tree0811c76e328bbed362a374887536fe75dceb4414
parent73d4b0877bbbcc170a4cb6e7c75d88a839530fed (diff)
downloadaur-b0d3488973ee6659faab123834a69ab4c5d79592.tar.gz
Bump version & add qt5-svg as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0930a06286f..fbd19ee1576f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
- pkgver = 0.3.0.r520.d703377a
+ pkgver = 0.4.0.r571.e032f293
pkgrel = 1
url = https://github.com/mujx/nheko
arch = i686
@@ -14,6 +14,7 @@ pkgbase = nheko-git
depends = qt5-base
depends = lmdb
depends = qt5-multimedia
+ depends = qt5-svg
provides = nheko
conflicts = nheko
source = nheko-git::git://github.com/mujx/nheko.git
diff --git a/PKGBUILD b/PKGBUILD
index d3dc93b42f35..151be572786e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Konstantinos Sideris <siderisk at auth dot gr>
pkgname=nheko-git
-pkgver=0.3.0.r571.e032f293
+pkgver=0.4.0.r571.e032f293
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ arch=("i686" "x86_64")
url="https://github.com/mujx/nheko"
license=("GPL3")
-depends=("qt5-base" "lmdb" "qt5-multimedia")
+depends=("qt5-base" "lmdb" "qt5-multimedia" "qt5-svg")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools")
provides=("nheko")
@@ -24,7 +24,7 @@ prepare() {
pkgver() {
cd "$pkgname"
- printf "0.3.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "0.4.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {