Update to version 2021.01.1

This commit is contained in:
2021-02-07 20:55:30 +01:00
parent e323e41767
commit bf951b22b7
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
pkgbase = flowee-pay pkgbase = flowee-pay
pkgdesc = Flowee Payment solution pkgdesc = Flowee Payment solution
pkgver = 2020.07.1 pkgver = 2021.01.1
pkgrel = 1 pkgrel = 1
url = https://flowee.org/ url = https://flowee.org/
arch = x86_64 arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = flowee-pay
license = GPL3 license = GPL3
makedepends = boost makedepends = boost
makedepends = cmake makedepends = cmake
depends = flowee>=2020.07.0 depends = flowee>=2021.01.1
depends = qt5-base depends = qt5-base
provides = flowee-pay provides = flowee-pay
source = https://gitlab.com/FloweeTheHub/pay/-/archive/2020.07.1/pay-2020.07.1.tar.gz source = https://gitlab.com/FloweeTheHub/pay/-/archive/2021.01.1/pay-2021.01.1.tar.gz
sha256sums = bf688e37d57e6e9cfad6f74212f753a8db24c1da1dfecbb492775506788e07dc sha256sums = 35cc3810733250aa1c256ab4f4475650028ca9562801c5cc5d3fda3311681206
pkgname = flowee-pay pkgname = flowee-pay
+3 -3
View File
@@ -1,17 +1,17 @@
# Maintainer: Tom Zander # Maintainer: Tom Zander
pkgname=flowee-pay pkgname=flowee-pay
pkgver=2020.07.1 pkgver=2021.01.1
pkgrel=1 pkgrel=1
pkgdesc="Flowee Payment solution" pkgdesc="Flowee Payment solution"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url="https://flowee.org/" url="https://flowee.org/"
license=('GPL3') license=('GPL3')
depends=('flowee>=2020.07.0' 'qt5-base') depends=('flowee>=2021.01.1' 'qt5-base')
makedepends=('boost' 'cmake') makedepends=('boost' 'cmake')
provides=('flowee-pay') provides=('flowee-pay')
source=("https://gitlab.com/FloweeTheHub/pay/-/archive/$pkgver/pay-$pkgver.tar.gz") source=("https://gitlab.com/FloweeTheHub/pay/-/archive/$pkgver/pay-$pkgver.tar.gz")
sha256sums=('bf688e37d57e6e9cfad6f74212f753a8db24c1da1dfecbb492775506788e07dc') sha256sums=('35cc3810733250aa1c256ab4f4475650028ca9562801c5cc5d3fda3311681206')
build() { build() {
mkdir -p build mkdir -p build