summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWhizSid2020-03-07 20:35:59 +0530
committerWhizSid2020-03-07 20:35:59 +0530
commitdad7f23deb39731c841d9f33acef8d9cc2e5b1d0 (patch)
tree303e67a9537135d0bd2e2337834bbc2dc71a84b4 /PKGBUILD
parent7b14476b2bb0fdcb2b5c9dceb5b4ec6a60cc3f4b (diff)
downloadaur-dad7f23deb39731c841d9f33acef8d9cc2e5b1d0.tar.gz
Lock file issue
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() {