summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubuWest2020-12-16 21:35:21 +0100
committerLubuWest2020-12-16 21:35:21 +0100
commit5670278d3f3679d1911d415be2889c11195913fe (patch)
tree720c0077e9c9599faf805f16907fae50a1bdfcec
parent3626e516c5815500f0628d053c8f97238dba7bd0 (diff)
downloadaur-5670278d3f3679d1911d415be2889c11195913fe.tar.gz
new version 0.5.4.1 due to bugfix
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be58959b50dd..4a1dfc0903e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,6 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
-# for more information on packaging from GIT sources.
-
# Maintainer: Marco R. <thomasschmidt45@gmx.net>
pkgname=friendiqa
-pkgver=0.5.4
+pkgver=0.5.4.1
pkgrel=1
pkgdesc="Client for social network Friendica"
arch=('any')
@@ -16,7 +8,7 @@ url="https://git.friendi.ca/lubuwest/Friendiqa"
license=('GPL3')
depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 'qt5-quickcontrols2' 'qt5-webengine' 'qt5-webview' )
source=("$pkgname-$pkgver.tar.gz::https://git.friendi.ca/lubuwest/Friendiqa/archive/v${pkgver}.tar.gz")
-md5sums=('7f54d267536589ebd3ca2e7bb56d61c1') #generate with 'makepkg -g'
+md5sums=('bc6ea49694ba480bd77b2914c879368a') #generate with 'makepkg -g'
build() {
cd "$pkgname/source-linux"