From 58353b4d7715abdf2041ef2b495fdd9dd551d8c7 Mon Sep 17 00:00:00 2001 From: Aleksei Kharlamov Date: Tue, 30 Apr 2024 12:20:17 +0200 Subject: [PATCH] fix: move cython to makedepends --- .SRCINFO | 2 +- PKGBUILD | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 63418584c4c7a..c19a5b7f6cb74 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = s3ql pkgdesc = A full-featured file system for online data storage. pkgver = 5.2.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/s3ql/s3ql install = s3ql.install changelog = ChangeLog.rst diff --git a/PKGBUILD b/PKGBUILD index 733b3d5d0d2dc..803b5c684e30a 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")