summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-02-01 19:00:05 -0500
committerTony Lambiris2019-02-01 19:00:05 -0500
commit9f4eb3bff6e1f7d4b1193370e4887e7a23b92e87 (patch)
tree3fb419249ebd49be59834647b69bb1242bbb27fe
parentd8e864eaa96c562d5beb5869169452ec2ab0d372 (diff)
downloadaur-9f4eb3bff6e1f7d4b1193370e4887e7a23b92e87.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ec2331e4bfe..561c7b3ee0dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = websocat-git
pkgdesc = Command-line client for WebSockets
- pkgver = 1.2.0.r31.g45523d8
+ pkgver = 1.2.0.r37.g5beb7e6
pkgrel = 1
- url = https://github.com/vi/websocat/
+ url = https://github.com/vi/websocat
arch = x86_64
license = MIT
makedepends = git
makedepends = rustup
- source = websocat-git::git+https://github.com/vi/websocat.git
+ source = websocat-git::git+https://github.com/vi/websocat
sha256sums = SKIP
pkgname = websocat-git
diff --git a/PKGBUILD b/PKGBUILD
index 3d273312d078..d2413baea6b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=websocat-git
-pkgver=1.2.0.r31.g45523d8
+pkgver=1.2.0.r37.g5beb7e6
pkgrel=1
pkgdesc="Command-line client for WebSockets"
arch=(x86_64)
-url='https://github.com/vi/websocat/'
+url="https://github.com/vi/websocat"
license=(MIT)
makedepends=(git rustup)
-source=("${pkgname}::git+https://github.com/vi/websocat.git")
+source=("${pkgname}::git+${url}")
sha256sums=('SKIP')
pkgver() {