summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-07-19 08:56:17 -0400
committerAndrew Sun2023-07-19 08:56:17 -0400
commit2360b15b9fc394a3cc2237cd694bdf1a365d597a (patch)
tree79d354450f9f03a0402f5067aba46d673997d683
parent187263146f621e4d11b17481474b2ba844624855 (diff)
downloadaur-2360b15b9fc394a3cc2237cd694bdf1a365d597a.tar.gz
0.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f4a51a6e8a9..7dc734e950c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = remarshal
pkgdesc = Convert between CBOR, JSON, MessagePack, TOML, and YAML
- pkgver = 0.15.1
+ pkgver = 0.16.0
pkgrel = 1
url = https://github.com/dbohdan/remarshal
arch = any
@@ -13,7 +13,7 @@ pkgbase = remarshal
depends = python-u-msgpack
depends = python-yaml
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/r/remarshal/remarshal-0.15.1.tar.gz
- sha256sums = d35d7300d1d690c7c3754fb5456ca1efcb4749dc3568933a252f9cde3cb7f9d0
+ source = https://files.pythonhosted.org/packages/source/r/remarshal/remarshal-0.16.0.tar.gz
+ sha256sums = 2e49816e752b8739424593bb21b175ccec69beaaa15500ceea35988730c2eda5
pkgname = remarshal
diff --git a/PKGBUILD b/PKGBUILD
index d27c5f61493b..8b304bf39621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum at gmail dot com>
pkgname=remarshal
-pkgver=0.15.1
+pkgver=0.16.0
pkgrel=1
pkgdesc='Convert between CBOR, JSON, MessagePack, TOML, and YAML'
arch=(any)
@@ -20,7 +20,7 @@ makedepends=(python-setuptools)
options=('!emptydirs')
_archive="$pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('d35d7300d1d690c7c3754fb5456ca1efcb4749dc3568933a252f9cde3cb7f9d0')
+sha256sums=('2e49816e752b8739424593bb21b175ccec69beaaa15500ceea35988730c2eda5')
build() {
cd "$_archive"