summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaruman92021-01-18 11:37:59 +0300
committersaruman92021-01-18 11:37:59 +0300
commitce4f0a94d3502732e2a89558c9b7f7a349b89eaa (patch)
treed403e4022fca3e87f44274e760b5ca9a16ef11d0
parentce7571b3786126306fd0f919a2b61b896efd391c (diff)
downloadaur-ce4f0a94d3502732e2a89558c9b7f7a349b89eaa.tar.gz
Create stable version of package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ea707eab17d..2669531cd977 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = python-pltable-git
- pkgdesc = PLTable is a Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables.
- pkgver = 1.0.0
+ pkgdesc = Python library designed to make it quick and easy to represent tabular data in visually appealing text tables
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/platomav/PLTable
arch = any
license = BSD
makedepends = git
makedepends = python-setuptools
- conflicts = python-prettytable
+ depends = python
+ provides = python-pltable
+ conflicts = python-pltable
source = python-pltable-git::git+https://github.com/platomav/PLTable
sha256sums = SKIP
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')