summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2021-04-02 00:37:22 -0700
committerBrad Erhart2021-04-02 00:37:22 -0700
commit845282bbf743b05bc82a67aed8f683c92d5ef711 (patch)
tree0cc016af06998397a2215394b3b7c92b0c9d6b0d
parent48fb6760b94fc4fc1f77d087c2c96e8cd23e3130 (diff)
downloadaur-845282bbf743b05bc82a67aed8f683c92d5ef711.tar.gz
Updating toml-sort to v0.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e30408310ac..65c5789d20bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-toml-sort
pkgdesc = Command line utility to sort and format your TOML files
- pkgver = 0.18.0
+ pkgver = 0.19.0
pkgrel = 1
url = https://pypi.org/project/toml-sort
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-toml-sort
makedepends = python-pip
depends = python-click
depends = python-tomlkit
- source = https://files.pythonhosted.org/packages/py3/t/toml-sort/toml_sort-0.18.0-py3-none-any.whl
- sha512sums = 0f64349311a8d26ccf270257553a664bc906bee104556edeb581d3465245c4262f8d65e998a0b493243a1af60cce15831ea8f05c6cfce2b67efbf100cecdeb83
+ source = https://files.pythonhosted.org/packages/py3/t/toml-sort/toml_sort-0.19.0-py3-none-any.whl
+ sha512sums = 9c031c282af52aacac582216392efbfc13fca1ca84aa141c0cf736f712c08b5bd7925d533eec1b58ca0df94425099892dd9269e6a0911b510fdc7e4fc2ba44c8
pkgname = python-toml-sort
diff --git a/PKGBUILD b/PKGBUILD
index 9061da8ce2b0..13cb0458540c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Brad Erhart <brae.04+aur@gmail.com>
+# Maintainer: Brad Erhart <tocusso underscore malty at aleeas dot com>
pkgbase=python-toml-sort
pkgname=python-toml-sort
_name=${pkgname#python-}
-pkgver=0.18.0
+pkgver=0.19.0
pkgrel=1
pkgdesc="Command line utility to sort and format your TOML files"
arch=('any')
@@ -15,7 +15,7 @@ depends=(
'python-tomlkit'
)
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name/-/_}-$pkgver-py3-none-any.whl")
-sha512sums=('0f64349311a8d26ccf270257553a664bc906bee104556edeb581d3465245c4262f8d65e998a0b493243a1af60cce15831ea8f05c6cfce2b67efbf100cecdeb83')
+sha512sums=(9c031c282af52aacac582216392efbfc13fca1ca84aa141c0cf736f712c08b5bd7925d533eec1b58ca0df94425099892dd9269e6a0911b510fdc7e4fc2ba44c8)
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps --no-warn-script-location *.whl