Update to new version

This commit is contained in:
TomZ
2020-11-18 00:10:21 +01:00
parent d06510f960
commit e323e41767
2 changed files with 15 additions and 9 deletions
+5 -4
View File
@@ -1,17 +1,18 @@
pkgbase = flowee-pay
pkgdesc = Flowee Payment solution
pkgver = 2020.05.1
pkgver = 2020.07.1
pkgrel = 1
url = https://flowee.org/
arch = x86_64
arch = aarch64
license = GPL3
makedepends = boost
makedepends = cmake
depends = flowee-libs
depends = flowee>=2020.07.0
depends = qt5-base
provides = flowee-pay
source = https://gitlab.com/FloweeTheHub/pay/-/archive/2020.05.1/pay-2020.05.1.tar.gz
sha256sums = 6ab2a878321655f98529bba58122efbd4ed36eb796be99b47ca462b7d1e7cc44
source = https://gitlab.com/FloweeTheHub/pay/-/archive/2020.07.1/pay-2020.07.1.tar.gz
sha256sums = bf688e37d57e6e9cfad6f74212f753a8db24c1da1dfecbb492775506788e07dc
pkgname = flowee-pay
+10 -5
View File
@@ -1,25 +1,30 @@
# Maintainer: Tom Zander
pkgname=flowee-pay
pkgver=2020.05.1
pkgver=2020.07.1
pkgrel=1
pkgdesc="Flowee Payment solution"
arch=('x86_64')
arch=('x86_64' 'aarch64')
url="https://flowee.org/"
license=('GPL3')
depends=('flowee-libs' 'qt5-base')
depends=('flowee>=2020.07.0' 'qt5-base')
makedepends=('boost' 'cmake')
provides=('flowee-pay')
source=("https://gitlab.com/FloweeTheHub/pay/-/archive/$pkgver/pay-$pkgver.tar.gz")
sha256sums=('6ab2a878321655f98529bba58122efbd4ed36eb796be99b47ca462b7d1e7cc44')
sha256sums=('bf688e37d57e6e9cfad6f74212f753a8db24c1da1dfecbb492775506788e07dc')
build() {
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../pay
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../pay-$pkgver
make
}
check() {
cd build/testing
make check
}
package() {
cd build
make install