summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2018-04-11 10:41:18 +0200
committerLuca Weiss2018-04-11 10:41:18 +0200
commit3480618c7a3b859d46a246742d56370127d03e8b (patch)
tree29f1f168970233978c6c85410f35975f03cf8b37
parent332dabadcc051a9a18170fad090a9d73724ccf20 (diff)
downloadaur-3480618c7a3b859d46a246742d56370127d03e8b.tar.gz
0.15.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3d44c55bab..7412e0e3e556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-ruamel-yaml
pkgdesc = YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
- pkgver = 0.15.34
+ pkgver = 0.15.37
pkgrel = 1
url = https://bitbucket.org/ruamel/yaml
arch = i686
@@ -8,8 +8,8 @@ pkgbase = python2-ruamel-yaml
license = MIT
makedepends = python2-pip
makedepends = python2-wheel
- source = https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-0.15.34.tar.gz
- sha512sums = f5ae2c590f5570b40d4c05ee86eaf326d210897f6d27fecefd1a43de2dcb7189d181572cf24df370d78568622822df193e4126c1d42ae4a528eba8f281272545
+ source = https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-0.15.37.tar.gz
+ sha512sums = 5a167a40664329df955da97cd0be3ea1b76225311fd40afdf721f86270b762455de75c44065b3bb28b8a6de46ce8de64cd6599bc807de3ce3ed362f982905adc
pkgname = python2-ruamel-yaml
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index a9d40fe43546..e92e833f185f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: rnons <remotenonsense at gmail dot com>
pkgname=python2-ruamel-yaml
-pkgver=0.15.34
+pkgver=0.15.37
pkgrel=1
pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="https://bitbucket.org/ruamel/yaml"
license=("MIT")
makedepends=('python2-pip' 'python2-wheel')
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz")
-sha512sums=('f5ae2c590f5570b40d4c05ee86eaf326d210897f6d27fecefd1a43de2dcb7189d181572cf24df370d78568622822df193e4126c1d42ae4a528eba8f281272545')
+sha512sums=('5a167a40664329df955da97cd0be3ea1b76225311fd40afdf721f86270b762455de75c44065b3bb28b8a6de46ce8de64cd6599bc807de3ce3ed362f982905adc')
package() {
depends=('python2')