summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomZ2021-05-04 23:04:31 +0200
committerTomZ2021-05-04 23:04:31 +0200
commitb153d80119c71e7ae23ff3274822bfbad9a7232a (patch)
tree66b3ac2f4788dbe167f9ea5ff11955ccc7f87d15 /PKGBUILD
parentcba3949d2ed6d979b7a62a51a92a13198ebdfa62 (diff)
downloadaur-b153d80119c71e7ae23ff3274822bfbad9a7232a.tar.gz
fix dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ea6cc16552d..10a95257cecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Flowee Payment solution"
arch=('x86_64' 'aarch64')
url="https://flowee.org/"
license=('GPL3')
-depends=('flowee>=2021.04.0' 'qt5-base')
-makedepends=('boost' 'cmake')
+depends=('qt5-base')
+makedepends=('boost' 'cmake' 'flowee>=2021.04.0')
provides=('flowee-pay')
source=("https://gitlab.com/FloweeTheHub/pay/-/archive/$pkgver/pay-$pkgver.tar.gz")
sha256sums=('85e5b81f94edea3b595eef4e477767b37653f0254b258b78be47915b9c568bcc')