summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubuWest2021-08-11 20:33:42 +0200
committerLubuWest2021-08-11 20:33:42 +0200
commit64ab60b9add3f0123b9da0eb8ada7c858e0cc32e (patch)
tree4afc69098cd0c0ff258a6d74e8ac15aea499922b
parentb7766c55baf0cd0100b8b6347805b2f8cee1b3fd (diff)
downloadaur-64ab60b9add3f0123b9da0eb8ada7c858e0cc32e.tar.gz
v0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f101c7c07d59..df92e8799399 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = friendiqa
pkgdesc = Client for social network Friendica
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://git.friendi.ca/lubuwest/Friendiqa
arch = any
@@ -11,8 +11,8 @@ pkgbase = friendiqa
depends = qt5-multimedia
depends = qt5-quickcontrols2
depends = qt5-webview
- source = friendiqa-0.6.1.tar.gz::https://git.friendi.ca/lubuwest/Friendiqa/archive/v0.6.1.tar.gz
- md5sums = 1178630805bad8dc970f3a303430cc96
+ source = friendiqa-0.6.2.tar.gz::https://git.friendi.ca/lubuwest/Friendiqa/archive/v0.6.1.tar.gz
+ md5sums = 180f36d5b8dd03693ca14a1508d37497
pkgname = friendiqa
diff --git a/PKGBUILD b/PKGBUILD
index c58c635af0aa..eb03f1a65c6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marco R. <thomasschmidt45@gmx.net>
pkgname=friendiqa
-pkgver=0.6.1
+pkgver=0.6.2
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=('1178630805bad8dc970f3a303430cc96') #generate with 'makepkg -g'
+md5sums=('180f36d5b8dd03693ca14a1508d37497') #generate with 'makepkg -g'
build() {
cmake -B build -S "friendiqa\source-linux" \