summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-03-13 21:22:59 -0400
committerAndrew Sun2020-03-13 21:22:59 -0400
commitad7f044f0fd3166044e28c87d0802e0ce19d99d2 (patch)
tree19e22f2fb8c52e6fa244a69e3180cc43dbf38943
parent90afd5c26e01e52c202a250993704317911a09bd (diff)
downloadaur-ad7f044f0fd3166044e28c87d0802e0ce19d99d2.tar.gz
0.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 264efd3b1732..8253fb0c6167 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = remarshal
pkgdesc = Convert between TOML, YAML and JSON
- pkgver = 0.11.2
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/dbohdan/remarshal
arch = any
@@ -12,8 +12,8 @@ pkgbase = remarshal
depends = python-u-msgpack
depends = python-setuptools
options = !emptydirs
- source = remarshal-0.11.2.tar.gz::https://github.com/dbohdan/remarshal/archive/v0.11.2.tar.gz
- sha256sums = 3f383e48f59722a4d93ef2b5e417b6a8c152f382a1faad416099ffcde5c87a66
+ source = remarshal-0.12.0.tar.gz::https://github.com/dbohdan/remarshal/archive/v0.12.0.tar.gz
+ sha256sums = 39d46501894fd9e8a8af3126ea99d988967aff25209a30ac038ec37fcf522983
pkgname = remarshal
diff --git a/PKGBUILD b/PKGBUILD
index 42788fd57ff1..ff8c2cfa8352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
-# Contributor: Andy Weidenbaum <archbaum@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Andy Weidenbaum <archbaum at gmail dot com>
pkgname=remarshal
-pkgver=0.11.2
+pkgver=0.12.0
pkgrel=1
pkgdesc="Convert between TOML, YAML and JSON"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-dateutil' 'python-pytoml' 'python-yaml' 'python-u-msgpack' 'pyt
makedepends=('python-setuptools')
options=('!emptydirs')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/dbohdan/remarshal/archive/v${pkgver}.tar.gz")
-sha256sums=('3f383e48f59722a4d93ef2b5e417b6a8c152f382a1faad416099ffcde5c87a66')
+sha256sums=('39d46501894fd9e8a8af3126ea99d988967aff25209a30ac038ec37fcf522983')
build() {
cd "${srcdir}/${pkgname#python-}-${pkgver}"