summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWhizSid2020-03-07 21:32:50 +0530
committerWhizSid2020-03-07 21:32:50 +0530
commit0b746e502c6d668b17dec8165c67153dba704a53 (patch)
tree18f8261d38ed56055644dbc7f37c2a1e36e243a4 /PKGBUILD
parent3ed4bf24fa6156a0bcf5d118f127c0dca304b3fc (diff)
downloadaur-0b746e502c6d668b17dec8165c67153dba704a53.tar.gz
Version 0.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf5faa8957a9..ece8b0433ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: WhizSid <whizsid@aol.com>
pkgname=jsonapiunit
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="TypeScript like unit testing framework for testing REST JSON APIs."
url="https://github.com/whizsid/jsonapiunit"
license=('MIT')
-source=('jsonapiunit::git+https://github.com/whizsid/jsonapiunit#tag=0.1.2')
+source=('jsonapiunit::git+https://github.com/whizsid/jsonapiunit#tag=0.1.3')
md5sums=('SKIP')
build() {