summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAleksei Kharlamov2024-04-30 12:20:17 +0200
committerAleksei Kharlamov2024-04-30 12:20:17 +0200
commit58353b4d7715abdf2041ef2b495fdd9dd551d8c7 (patch)
tree1a521d2a9b3ad867fc4fd847116cc7d3730ea0ac /PKGBUILD
parentc4dc8ba30b2ee943e426c421b77d99eecc5c92e5 (diff)
downloadaur-s3ql.tar.gz
fix: move cython to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 733b3d5d0d2d..803b5c684e30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=s3ql
pkgver=5.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A full-featured file system for online data storage."
arch=('x86_64')
url="https://github.com/s3ql/s3ql"
@@ -18,7 +18,6 @@ depends=(
'python-apsw'
'python-trio'
'python-pyfuse3'
- 'cython'
)
optdepends=(
'python-systemd: for enabling systemd support'
@@ -26,7 +25,7 @@ optdepends=(
'python-google-auth: for ADC authentication with Google Storage'
'python-google-auth-oauthlib: for browser-based authentication with Google Storage'
)
-makedepends=('python-setuptools' 'python-pip' 'python-wheel')
+makedepends=('python-setuptools' 'python-pip' 'python-wheel' 'cython')
install=s3ql.install
changelog=ChangeLog.rst
source=("https://github.com/s3ql/s3ql/releases/download/s3ql-${pkgver}/s3ql-${pkgver}.tar.gz")