summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubuWest2021-11-01 21:59:54 +0100
committerLubuWest2021-11-01 21:59:54 +0100
commit168cc72aedc4ba71f9cd95b8db8c0a449ab47235 (patch)
treeb325d3979572f412778be974abc0e1e5ce6e8b74
parent64ab60b9add3f0123b9da0eb8ada7c858e0cc32e (diff)
downloadaur-168cc72aedc4ba71f9cd95b8db8c0a449ab47235.tar.gz
v0.6.3 with dark mode
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df92e8799399..7172b5b960b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = friendiqa
pkgdesc = Client for social network Friendica
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://git.friendi.ca/lubuwest/Friendiqa
arch = any
@@ -11,8 +11,9 @@ pkgbase = friendiqa
depends = qt5-multimedia
depends = qt5-quickcontrols2
depends = qt5-webview
- source = friendiqa-0.6.2.tar.gz::https://git.friendi.ca/lubuwest/Friendiqa/archive/v0.6.1.tar.gz
- md5sums = 180f36d5b8dd03693ca14a1508d37497
+ source = friendiqa-0.6.3.tar.gz::https://git.friendi.ca/lubuwest/Friendiqa/archive/v0.6.3.tar.gz
+ md5sums = a4be9c519d05004e933ebe89b2cf0d56
+
pkgname = friendiqa
diff --git a/PKGBUILD b/PKGBUILD
index eb03f1a65c6b..ec74a03b0d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marco R. <thomasschmidt45@gmx.net>
pkgname=friendiqa
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="Client for social network Friendica"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
makedepends=('cmake')
depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 'qt5-quickcontrols2' 'qt5-webview' )
source=("$pkgname-$pkgver.tar.gz::https://git.friendi.ca/lubuwest/Friendiqa/archive/v${pkgver}.tar.gz")
-md5sums=('180f36d5b8dd03693ca14a1508d37497') #generate with 'makepkg -g'
+md5sums=('a4be9c519d05004e933ebe89b2cf0d56') #generate with 'makepkg -g'
build() {
cmake -B build -S "friendiqa\source-linux" \