summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c191fb16e468..bbe35c1310e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-pltable
pkgdesc = Python library for easily displaying tabular data in a visually appealing text table format
- pkgver = 1.0.2
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/platomav/PLTable
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/P/PLTable/PLTable-1.0.2.tar.gz
- sha256sums = 1a34a9999ad74dcd3ba73dd602ff5853f699030d7a2e4a0469e9dacaf763bafc
+ source = https://files.pythonhosted.org/packages/source/P/PLTable/PLTable-1.1.0.tar.gz
+ sha256sums = dc8eb7cb9721a7090dc7a5976fbec7d3ef6b82a61f86c3b98700571a3f10401a
pkgname = python-pltable
-
diff --git a/PKGBUILD b/PKGBUILD
index 2b03fb232774..0ffa30893724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_module='PLTable'
pkgname='python-pltable'
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
pkgdesc="Python library for easily displaying tabular data in a visually appealing text table format"
arch=('any')
@@ -11,7 +11,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/${_module}/${_module}-${pkgver}.tar.gz")
-sha256sums=('1a34a9999ad74dcd3ba73dd602ff5853f699030d7a2e4a0469e9dacaf763bafc')
+sha256sums=('dc8eb7cb9721a7090dc7a5976fbec7d3ef6b82a61f86c3b98700571a3f10401a')
build() {
cd "${srcdir}/${_module}-${pkgver}"