Date: Tuesday, June 27, 2017 @ 13:32:25 Author: felixonmars Revision: 241175
upgpkg: python-ruamel-yaml 0.15.15-1 Modified: python-ruamel-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-27 13:30:38 UTC (rev 241174) +++ PKGBUILD 2017-06-27 13:32:25 UTC (rev 241175) @@ -4,7 +4,7 @@ # Contributor: rnons <remotenonsense at gmail dot com> pkgname=python-ruamel-yaml -pkgver=0.15.14 +pkgver=0.15.15 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 @@ license=("MIT") makedepends=('python-pip' 'python-wheel') source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz") -sha512sums=('f429684a503ccabfd730893fab1d3cf8846c0f31584d62bb1f19b8f0d58301b95f95aadd5a2146e53d9786bba7cb105e38601351fa55e05f6defcddaf2b36c56') +sha512sums=('fe8f8cbf08e1d003799dd2fa37632d1acd52b95d249816a1d8168c07ebece2d218c4789e17b7edf0cfcd2a34e99ffa251bc6c2532181fa67248e05b35df7a5e8') package() { depends=('python')