summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-07-12 12:47:08 -0700
committerAndy Weidenbaum2017-07-12 12:47:08 -0700
commit5f20dd10931b2005997dfccc7743cea56ad2219d (patch)
tree43f53436d4e9b109f7531ece0880df4c6bfe7ad5
parentc5d362b2b0828d174a806007550f75fde6197916 (diff)
downloadaur-5f20dd10931b2005997dfccc7743cea56ad2219d.tar.gz
update pkgver to 0.7.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cad0cbc004b1..275f8e9b180f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 10 13:58:08 UTC 2017
+# Wed Jul 12 19:46:58 UTC 2017
pkgbase = remarshal
pkgdesc = Convert between TOML, YAML and JSON
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://github.com/dbohdan/remarshal
arch = any
license = MIT
@@ -14,8 +14,8 @@ pkgbase = remarshal
depends = python-yaml
conflicts = haskell-yaml
options = !emptydirs
- source = remarshal-0.6.0.tar.gz::https://codeload.github.com/dbohdan/remarshal/tar.gz/v0.6.0
- sha256sums = 19e85b010ada81f3094ce4e607d6f26aeb2ea40c92c4c704fe1cdb8fd8f637ee
+ source = remarshal-0.7.0.tar.gz::https://codeload.github.com/dbohdan/remarshal/tar.gz/v0.7.0
+ sha256sums = 785f1928e3522671a21eb2e0ce7b6882e8589ccb195b4ee49dec2403fe3d6f4b
pkgname = remarshal
diff --git a/PKGBUILD b/PKGBUILD
index 56354c59b1a0..953663392987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=remarshal
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="Convert between TOML, YAML and JSON"
arch=('any')
depends=('python' 'python-dateutil' 'python-pytoml' 'python-yaml')
@@ -11,7 +11,7 @@ url="https://github.com/dbohdan/remarshal"
license=('MIT')
options=('!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/dbohdan/$pkgname/tar.gz/v$pkgver)
-sha256sums=('19e85b010ada81f3094ce4e607d6f26aeb2ea40c92c4c704fe1cdb8fd8f637ee')
+sha256sums=('785f1928e3522671a21eb2e0ce7b6882e8589ccb195b4ee49dec2403fe3d6f4b')
conflicts=('haskell-yaml')
build() {