summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer2016-01-05 13:09:37 +0800
committerquininer2016-01-05 13:09:37 +0800
commit4b00cba4840981c8b694d18eefb95183fadf7382 (patch)
treecae59c398a23863c610914e4fc32bfed5391bb4d
parent02da2af730d1b401af74185807e59ec4f58373fb (diff)
downloadaur-4b00cba4840981c8b694d18eefb95183fadf7382.tar.gz
fix
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37d38d1145c6..cd65bf6c2cc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 04:54:08 UTC 2016
+# Tue Jan 5 05:09:26 UTC 2016
pkgbase = ydcv-rs-git
pkgdesc = A Rust version of ydcv.
pkgver = 0.3.1.55
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/farseerfc/ydcv-rs
arch = i686
arch = x86_64
license = MIT
- license = GPLv2
+ license = GPL-2.0
makedepends = git
makedepends = cargo
makedepends = python-pytoml
+ depends = openssl
depends = readline
optdepends = xsel: for X selection
optdepends = libdbus: for desktop notify
diff --git a/PKGBUILD b/PKGBUILD
index ac9257e0df70..f0fe06c439b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@ pkgname=ydcv-rs-git
_gitname="ydcv-rs"
pkgdesc="A Rust version of ydcv."
pkgver=0.3.1.55
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
conflicts=("ydcv")
provides=("ydcv")
url="https://github.com/farseerfc/ydcv-rs"
-license=('MIT' 'GPLv2')
-depends=("readline")
+license=('MIT' 'GPL-2.0')
+depends=("openssl" "readline")
optdepends=("xsel: for X selection" "libdbus: for desktop notify")
makedepends=('git' 'cargo' 'python-pytoml')
source=('git://github.com/farseerfc/ydcv-rs.git')