summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e02e5ad44b30..7d289f8dc9e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=ydcv-rs-git
_pkgname="ydcv-rs"
pkgdesc="A Rust version of ydcv."
-pkgver=0.3.11.120
+pkgver=0.3.11.121
pkgrel=1
arch=('i686' 'x86_64')
conflicts=("ydcv")
provides=("ydcv")
url="https://github.com/farseerfc/ydcv-rs"
-license=('GPL2')
-depends=("openssl" "libdbus" "libxcb")
+license=('MIT' 'GPL2')
+depends=("openssl" "dbus" "libxcb")
optdepends=()
makedepends=('git' 'cargo' 'python')
source=('git://github.com/farseerfc/ydcv-rs.git')