summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2018-07-10 11:15:59 -0400
committerJean Lucas2018-07-10 11:15:59 -0400
commit8e256207f5a2941269bbf79abd832217704b88ed (patch)
treeab8dd112043ef913b3165d291c705693b112d94c
parent0a82ed9435017c00a587961d3be86b7dc46529a1 (diff)
downloadaur-8e256207f5a2941269bbf79abd832217704b88ed.tar.gz
Set to static commit
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa5342c3e0ec..0d6d78ade5c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Mon Jul 2 23:37:28 UTC 2018
+# Tue Jul 10 15:15:17 UTC 2018
pkgbase = coax
- pkgdesc = Barely-working Rust/GTK+ Wire client (insecure)
+ pkgdesc = Rust/GTK+ Wire client (insecure)
pkgver = 0+123+gfbb9144
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wireapp/coax
arch = any
license = GPL3
makedepends = git
+ makedepends = rust-nightly
makedepends = librsvg
- depends = cargo
depends = libsodium
depends = gtk3
depends = openssl
depends = sqlite
- source = git+https://github.com/wireapp/coax#branch=develop
+ source = git+https://github.com/wireapp/coax#commit=fbb9144311b3a5bea626c611dd623086c53fdaf3
sha512sums = SKIP
pkgname = coax
diff --git a/PKGBUILD b/PKGBUILD
index f80b961126ad..e54b25ff33a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=coax
pkgver=0+123+gfbb9144
-pkgrel=1
-pkgdesc='Barely-working Rust/GTK+ Wire client (insecure)'
+pkgrel=2
+pkgdesc='Rust/GTK+ Wire client (insecure)'
arch=(any)
url=https://github.com/wireapp/coax
license=(GPL3)
-depends=(cargo libsodium gtk3 openssl sqlite)
-makedepends=(git librsvg)
-source=(git+https://github.com/wireapp/coax#branch=develop)
+depends=(libsodium gtk3 openssl sqlite)
+makedepends=(git rust-nightly librsvg)
+source=(git+$url#commit=fbb9144311b3a5bea626c611dd623086c53fdaf3)
sha512sums=(SKIP)
pkgver() {