[arch-commits] Commit in fabric/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Jul 16 07:08:34 UTC 2018
Date: Monday, July 16, 2018 @ 07:08:33
Author: mtorromeo
Revision: 359620
upgpkg: fabric 2.2.0-1
Updated to 2.2.0
Modified:
fabric/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-16 07:08:31 UTC (rev 359619)
+++ PKGBUILD 2018-07-16 07:08:33 UTC (rev 359620)
@@ -4,8 +4,8 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=fabric
-pkgver=2.1.3
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol"
url="http://www.fabfile.org/"
license=('BSD')
@@ -13,7 +13,7 @@
depends=('python-setuptools' 'python-paramiko' 'python-invoke')
optdepends=('python-patchwork: Common deployment/sysadmin operations')
source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('fa29be01f15c905d8f9dcb84e16aaee920f0098d34532e282eea2d1a2ffc316ac2d3e7904a8da7c317c7e0850e061935b682272cc4f5d4050abe01a9a7a54051')
+sha512sums=('6b23fce63ad82224e59ec63d34352bbdd3ff0a46939b027c5c9733a68015e2fc249138ba2e2d53d795c35fc8a54ea0901d82cfaf9fa0c9f6ac3ee32dab90162f')
build() {
cd "${srcdir}"/fabric-${pkgver}
More information about the arch-commits
mailing list