[arch-commits] Commit in python-texttable/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Jul 14 06:42:07 UTC 2021
Date: Wednesday, July 14, 2021 @ 06:42:07
Author: felixonmars
Revision: 976948
upgpkg: python-texttable 1.6.4-1
Modified:
python-texttable/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-14 06:40:23 UTC (rev 976947)
+++ PKGBUILD 2021-07-14 06:42:07 UTC (rev 976948)
@@ -5,8 +5,8 @@
# Contributor: Daniel YC Lin <dlin.tw at gmail>
pkgname=python-texttable
-pkgver=1.6.3
-pkgrel=3
+pkgver=1.6.4
+pkgrel=1
pkgdesc="Generate a formatted text table using ASCII characters"
arch=('any')
url="https://pypi.python.org/pypi/texttable/"
@@ -16,7 +16,7 @@
makedepends=('python-cjkwrap' 'python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/foutaise/texttable/archive/v$pkgver.tar.gz")
-sha512sums=('89a26ef7d9947ec4edfc5791c91f2ac327c79bbc5aa0e0f89c0a63dbd80bc420027af073da935254faa143b9e8bef85a7bb352791b45b0cd60c7bcf569869f2d')
+sha512sums=('300b02f5b682f1c09a3eb5abfd4ee9c724354505a3f9e8f68207fd7d244402f234437807d68b6b526c3d4ade9e527e66c921bcd47a5e86d680698d559da3fe1a')
build() {
cd texttable-$pkgver
More information about the arch-commits
mailing list