summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-08-19 13:16:01 +1200
committercaltlgin2020-08-19 13:16:01 +1200
commitcfee596397d0b24e4a2cc1fc7cd5c99b69e292fe (patch)
tree15c8fb1a5ad84b656d6defbd9ace4278fdbdc272
parentc2eea107a6436254171f62647a035e9b74aeb7e5 (diff)
downloadaur-cfee596397d0b24e4a2cc1fc7cd5c99b69e292fe.tar.gz
Update to v0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 063545d460a8..2326a671f9bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tblfaker
pkgdesc = Python library to generate fake tabular data
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/thombashi/tblfaker
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-tblfaker
depends = python-faker
depends = python-tabledata
provides = tblfaker
- source = https://files.pythonhosted.org/packages/source/t/tblfaker/tblfaker-0.2.2.tar.gz
- sha256sums = fa1581cbf7f352ae32adf1093f3973c6341fc67abbddc8c5e7ecd1df48456e7b
+ source = https://files.pythonhosted.org/packages/source/t/tblfaker/tblfaker-0.2.3.tar.gz
+ sha256sums = 48e3ff4f2c58d7d3c51ca61a2dcf807c394f54b1cac443d15241127a6169b198
pkgname = python-tblfaker
diff --git a/PKGBUILD b/PKGBUILD
index 6991c577f5ee..7860cf957495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=tblfaker
pkgname=python-${_pkgname}
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc='Python library to generate fake tabular data'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-faker' 'python-tabledata')
makedepends=('python-setuptools')
provides=("${_pkgname}")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('fa1581cbf7f352ae32adf1093f3973c6341fc67abbddc8c5e7ecd1df48456e7b')
+sha256sums=('48e3ff4f2c58d7d3c51ca61a2dcf807c394f54b1cac443d15241127a6169b198')
build() {
cd "${_pkgname}-${pkgver}"