[arch-commits] Commit in fabric/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Jul 23 08:05:48 UTC 2018
Date: Monday, July 23, 2018 @ 08:05:48
Author: mtorromeo
Revision: 362926
upgpkg: fabric 2.2.1-1
Modified:
fabric/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-23 08:01:04 UTC (rev 362925)
+++ PKGBUILD 2018-07-23 08:05:48 UTC (rev 362926)
@@ -4,8 +4,8 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=fabric
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+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=('6b23fce63ad82224e59ec63d34352bbdd3ff0a46939b027c5c9733a68015e2fc249138ba2e2d53d795c35fc8a54ea0901d82cfaf9fa0c9f6ac3ee32dab90162f')
+sha512sums=('845615bc9a63d7c324ce36011e09b761642b0a8b612a4dee276118caed925b8cf1064eb0fc6a9c33e5ee68a8550517219b433bcab70f9b5f708aaa68cb8ad892')
build() {
cd "${srcdir}"/fabric-${pkgver}
More information about the arch-commits
mailing list