Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / fabric
Commits: 1aff0dd9 by Massimiliano Torromeo at 2023-09-07T09:32:21+02:00 upgpkg: 3.2.2-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Francois Boulogne <fboulogne at april dot org> pkgname=fabric -pkgver=3.2.1 +pkgver=3.2.2 pkgrel=1 pkgdesc="Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol" url="https://www.fabfile.org/" @@ -13,7 +13,7 @@ depends=('python-paramiko' 'python-invoke' 'python-decorator' 'python-deprecated optdepends=('python-patchwork: Common deployment/sysadmin operations') makedepends=(python-setuptools python-wheel python-build python-installer) source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('dc0133b92f722faa4ad020d3161e38f3dd7da4d11cc77e0f95f8ba4f68780d8a8f2b5d1d39102395927e8763005b27dff7d069628eb964484672a122d6e74e02') +sha512sums=('469eaf3e17fb1708626ba13e89ede6fac87788f972b2affc60a2f4bc271e9f7de633836ce9597c983a9175296f510e2ddc1177e36ab1e49ca123231ad6ead904') build() { cd "${srcdir}"/fabric-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fabric/-/commit/1aff0dd9ae175af45906c29afd4901b8d1f6a8a1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fabric/-/commit/1aff0dd9ae175af45906c29afd4901b8d1f6a8a1 You're receiving this email because of your account on gitlab.archlinux.org.
