summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubuWest2021-06-28 20:29:48 +0200
committerLubuWest2021-06-28 20:29:48 +0200
commitb7766c55baf0cd0100b8b6347805b2f8cee1b3fd (patch)
tree90b89800cecb761ac997f95fecdb8be4e1697365
parentf9c7309460392abcb578cafbab1bc9104fd5e932 (diff)
downloadaur-b7766c55baf0cd0100b8b6347805b2f8cee1b3fd.tar.gz
v0.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93778082d9b5..f101c7c07d59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = friendiqa
pkgdesc = Client for social network Friendica
- pkgver = 0.6
- pkgrel = 2
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://git.friendi.ca/lubuwest/Friendiqa
arch = any
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = friendiqa
depends = qt5-multimedia
depends = qt5-quickcontrols2
depends = qt5-webview
- source = friendiqa-0.6.tar.gz::https://git.friendi.ca/lubuwest/Friendiqa/archive/v0.6.tar.gz
- md5sums = ab310a7b9b4256afb99e30697f2dfe0e
+ source = friendiqa-0.6.1.tar.gz::https://git.friendi.ca/lubuwest/Friendiqa/archive/v0.6.1.tar.gz
+ md5sums = 1178630805bad8dc970f3a303430cc96
pkgname = friendiqa
diff --git a/PKGBUILD b/PKGBUILD
index bb10e7e9e167..c58c635af0aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco R. <thomasschmidt45@gmx.net>
pkgname=friendiqa
-pkgver=0.6
-pkgrel=3
+pkgver=0.6.1
+pkgrel=1
pkgdesc="Client for social network Friendica"
arch=('any')
url="https://git.friendi.ca/lubuwest/Friendiqa"
@@ -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=('ab310a7b9b4256afb99e30697f2dfe0e') #generate with 'makepkg -g'
+md5sums=('1178630805bad8dc970f3a303430cc96') #generate with 'makepkg -g'
build() {
cmake -B build -S "friendiqa\source-linux" \