summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-02-20 20:19:12 -0500
committerTony Lambiris2019-02-20 20:19:12 -0500
commite7e4814a7fd359de29a0f5ddae488688493d8790 (patch)
tree078afeb9f36205ee44728ea39b63fa495bee944e
parentd66c413a9a174c5548025c7a7b4d3a3399b6ade7 (diff)
downloadaur-e7e4814a7fd359de29a0f5ddae488688493d8790.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eec07590421e..ef18baa7a83f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = websocat-git
pkgdesc = Command-line client for WebSockets
- pkgver = 1.2.0.r38.g63cd593
+ pkgver = 1.2.0.r39.g5eddd2a
pkgrel = 1
url = https://github.com/vi/websocat
arch = x86_64
license = MIT
makedepends = git
- makedepends = rustup
+ makedepends = rust
source = websocat-git::git+https://github.com/vi/websocat
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
index 902c4306f186..80aeafb58d65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ src
pkg
websocat-git
*pkg.tar.xz
+tags
diff --git a/PKGBUILD b/PKGBUILD
index f2422b96764a..420fdfca185d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=websocat-git
-pkgver=1.2.0.r38.g63cd593
+pkgver=1.2.0.r39.g5eddd2a
pkgrel=1
pkgdesc="Command-line client for WebSockets"
arch=(x86_64)
url="https://github.com/vi/websocat"
license=(MIT)
-makedepends=(git rustup)
+makedepends=(git rust)
source=("${pkgname}::git+${url}")
sha256sums=('SKIP')