summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoratomlong2021-09-19 12:20:32 +0800
committeratomlong2021-09-19 12:29:00 +0800
commit7488942dd8d0cd748f30226008e39c773cd9b018 (patch)
tree4091c401a5b5141fd328c2e910d3fa8a8db85b72 /PKGBUILD
parent3480618c7a3b859d46a246742d56370127d03e8b (diff)
downloadaur-python2-ruamel-yaml.tar.gz
Update to 0.16.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e92e833f185f..b3f26fa9688b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: rnons <remotenonsense at gmail dot com>
pkgname=python2-ruamel-yaml
-pkgver=0.15.37
+pkgver=0.16.13
pkgrel=1
pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml"
+arch=('any')
+url="https://pypi.org/project/ruamel.yaml/"
license=("MIT")
makedepends=('python2-pip' 'python2-wheel')
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz")
-sha512sums=('5a167a40664329df955da97cd0be3ea1b76225311fd40afdf721f86270b762455de75c44065b3bb28b8a6de46ce8de64cd6599bc807de3ce3ed362f982905adc')
+sha512sums=('5373f944c852be6d185555b61e2db51f4d0ceb2ad666cd4efa116eace116ad7132e80b41867396491019ded6523ec3de26800c1365f767bbf91c68dda0b56d3c')
package() {
depends=('python2')