Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 103BA781966 for <~alpine/aports@lists.alpinelinux.org>; Sat, 31 Aug 2019 00:28:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1567211313; bh=5dUkMA6UThVfpMMzrvsyRMCEqS6mWJsfLjIsqsxrq9Q=; h=From:To:Cc:Subject:Date; b=eIL/f8KcwRl2xXMD/OJH6uxZRK44BTYFkE/aEOw1449Mt90MGkliAX7404Pwfw0Kh LF1cCgz6XsACXKiGbW8EdUirsna3lQlet4GkZ7yA1XLqfiKBht6p1Rn4Q5eNInnee0 Bpomt1NBExGnkibS/SVnXAAy+X8j5yFFR0Dnxmq8= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-text-unidecode: upgrade to 1.3 Date: Sat, 31 Aug 2019 09:28:11 +0900 Message-Id: <20190831002811.4134-1-sir@cmpwn.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/py3-text-unidecode/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-text-unidecode/APKBUILD b/community/py3-text-unidecode/APKBUILD index a2182af263..c25322ad6c 100644 --- a/community/py3-text-unidecode/APKBUILD +++ b/community/py3-text-unidecode/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Drew DeVault pkgname=py3-text-unidecode _pkgname=text-unidecode -pkgver=1.2 -pkgrel=2 +pkgver=1.3 +pkgrel=0 pkgdesc="The most basic Text::Unidecode port" url=https://github.com/kmike/text-unidecode/ arch=noarch @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="ce4bd80f8343ebca031a39f1fbe802cd86e3535a67d5e16f8a7f32442ab334e4e5e4d1cf74e8a55ef265765c879bfde87beffd31ff988efff1947f7c883694f9 py3-text-unidecode-1.2.tar.gz" +sha512sums="8f782a1f0289721bf72d4f32c351628c537a118ea995ea63636abd0f87124909cf52b2f4d8a9b02ab9403fd41f2d1725eb0d7ffeb4f6e80cbd1791edfcd4faec py3-text-unidecode-1.3.tar.gz" -- 2.23.0