Update to july release

This commit is contained in:
2025-07-12 18:11:16 +02:00
parent e7525a5eec
commit 7f839ba670
2 changed files with 7 additions and 9 deletions
+3 -5
View File
@@ -1,7 +1,7 @@
# Maintainer: Tom Zander
pkgname=flowee-pay
pkgver=2025.05.0
pkgver=2025.07.0
options=(!lto)
pkgrel=1
pkgdesc="Flowee Payment solution"
@@ -9,12 +9,12 @@ arch=('x86_64' 'aarch64')
url="http://flowee.org/pay/"
license=('GPL3')
depends=('qt6-base' 'qt6-declarative' 'qt6-svg' 'qt6-shadertools' 'qt6-scxml' 'zxing-cpp' 'qt6-multimedia')
makedepends=('boost' 'cmake' 'flowee>=2025.05.0' 'qt6-tools')
makedepends=('boost' 'cmake' 'flowee>=2025.07.0' 'qt6-tools')
provides=('flowee-pay')
install=flowee-pay.install
source=("https://codeberg.org/Flowee/pay/archive/$pkgver.tar.gz"
"https://flowee.org/products/pay/blockheaders-850000")
sha256sums=('1ee5759f3a71d55535623bd3c0239423fcc29cb1ffbb2a615732428f81af1126'
sha256sums=('2ff30d3d903f0049a3fe9b7b0269363f3b8f5b96d92133aee9acf3fc7913ef58'
'4a98c3b655cfd7520b4d4f682d95e3a82e0f03fda4fa687d28f2127205d66047')
build() {
@@ -33,8 +33,6 @@ check() {
package() {
cd build
make install
# de-install pay_mobile
rm -f "$pkgdir/bin/pay_mobile"
# install blockheaders to avoid first-run download
install -Dm 644 "$srcdir/blockheaders" -t "$pkgdir/usr/share/floweepay"