summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-04 00:39:45 +0300
committerCaleb Maclennan2024-04-04 00:39:45 +0300
commitc8b935a00b77c526cfe67cfe383e75f472050797 (patch)
tree4f03bdf4564b652aec725b0910eb58460c86e295
parent400f1341642306cf20267db7f9d3792204b943dd (diff)
downloadaur-c8b935a00b77c526cfe67cfe383e75f472050797.tar.gz
upgpkg: remarshal 0.18.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d635773f53..1051021c35cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = remarshal
pkgdesc = Convert between CBOR, JSON, MessagePack, TOML, and YAML
- pkgver = 0.17.1
- pkgrel = 4
+ pkgver = 0.18.0
+ pkgrel = 1
url = https://github.com/dbohdan/remarshal
arch = any
license = MIT
@@ -17,7 +17,7 @@ pkgbase = remarshal
depends = python-yaml
conflicts = haskell-yaml
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/r/remarshal/remarshal-0.17.1.tar.gz
- sha256sums = 826a41d3e3ed9d45422811488d7b28cc146a8d5b2583b18db36302f87091a86d
+ source = https://files.pythonhosted.org/packages/source/r/remarshal/remarshal-0.18.0.tar.gz
+ sha256sums = 8fd29ba9d5931f5ee2c54f902b11b26cd3bbca0ad8b3d6f39ca48255284f71dd
pkgname = remarshal
diff --git a/PKGBUILD b/PKGBUILD
index 742cdf8474ea..2f1bd36e0c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Andy Weidenbaum <archbaum at gmail dot com>
pkgname=remarshal
-pkgver=0.17.1
-pkgrel=4
+pkgver=0.18.0
+pkgrel=1
pkgdesc='Convert between CBOR, JSON, MessagePack, TOML, and YAML'
arch=(any)
url="https://github.com/dbohdan/$pkgname"
@@ -21,7 +21,7 @@ conflicts=(haskell-yaml)
options=('!emptydirs')
_archive="$pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('826a41d3e3ed9d45422811488d7b28cc146a8d5b2583b18db36302f87091a86d')
+sha256sums=('8fd29ba9d5931f5ee2c54f902b11b26cd3bbca0ad8b3d6f39ca48255284f71dd')
prepare() {
cd "$_archive"