Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0F1B7781B93 for ; Mon, 23 Sep 2019 19:06:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1569265610; bh=1J0V004U3gZv8byQTOjexLRZn2HcpZBf0d7pQXBrpg0=; h=From:To:Cc:Subject:Date; b=YygDu2CG614g8jQY84+JBChxCUbFSW6v16mdWqIMvOIJDcpdsF1IKy/uQO3saPckp P/ebY3fkpOC4t2zrT5PcJBg2EVGaphi75tqZNyANFLYd4Etz5BtauglUbMBQHAhdSc 0WLECnsd3SH3rbC7GPevFEpWH3rA3rBxm/A8Tuiw= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/celery: correct pkgdesc Date: Mon, 23 Sep 2019 15:06:48 -0400 Message-Id: <20190923190648.25588-1-sir@cmpwn.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/celery/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/celery/APKBUILD b/testing/celery/APKBUILD index 10329b5fdb..9659dd18f3 100644 --- a/testing/celery/APKBUILD +++ b/testing/celery/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Drew DeVault pkgname=celery pkgver=4.3.0 -pkgrel=1 -pkgdesc="Official Python low-level client for Elasticsearch" +pkgrel=2 +pkgdesc="An asynchronous task queue/job queue based on distributed message passing" url="http://www.celeryproject.org/" arch="noarch" license="Apache-2.0" -- 2.23.0