summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsaruman92021-01-18 11:37:59 +0300
committersaruman92021-01-18 11:37:59 +0300
commitce4f0a94d3502732e2a89558c9b7f7a349b89eaa (patch)
treed403e4022fca3e87f44274e760b5ca9a16ef11d0 /PKGBUILD
parentce7571b3786126306fd0f919a2b61b896efd391c (diff)
downloadaur-python-pltable-git.tar.gz
Create stable version of package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a60c08725c2..87d5a9905cd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Alex Sarum <rum.274.4 at gmail dot com>
pkgname='python-pltable-git'
-pkgver=1.0.0
+pkgver=1.0.2
pkgrel=1
-pkgdesc="PLTable is a Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables."
+pkgdesc="Python library designed to make it quick and easy to represent tabular data in visually appealing text tables"
arch=('any')
url='https://github.com/platomav/PLTable'
license=('BSD')
-depends=()
+depends=('python')
+conflicts=('python-pltable')
+provides=('python-pltable')
makedepends=('git' 'python-setuptools')
-conflicts=('python-prettytable')
source=("$pkgname::git+https://github.com/platomav/PLTable")
sha256sums=('SKIP')