summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdeda5399cb4..c58d10b7ad54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: WhizSid <whizsid@aol.com>
pkgname=jsonapiunit
-pkgver=0.1.0
+pkgver=0.1.1
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.0')
+source=('jsonapiunit::git+https://github.com/whizsid/jsonapiunit#tag=0.1.1')
md5sums=('SKIP')
build() {