T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / s3cmd
Commits:
cd4a3015 by T.J. Townsend at 2023-12-09T08:38:39-05:00
remove git from makedepends
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -13,7 +13,7 @@ arch=('any')
url='http://s3tools.org/s3cmd'
license=('GPL2')
depends=('python-dateutil' 'python-magic')
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
optdepends=('gnupg: encrypted file storage')
source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz{,.asc})
sha512sums=('3507fb8b597617a384508149cb30bdfa8bc8a7b3705782fbf9a943c4be413dc5b7cfb3572b632e8bebbb644ab31f418428ccca996c0d2ba840ad88df1f5a406a'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/s3cmd/-/commit/cd4a30151768d0fdec48be8cfb16b3ec46d09999
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/s3cmd/-/commit/cd4a30151768d0fdec48be8cfb16b3ec46d09999
You're receiving this email because of your account on gitlab.archlinux.org.