summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-01-28 03:05:15 +0800
committerlilac2019-01-28 03:05:15 +0800
commitd75dec80d5ae887691b76f77eb4082ad169d7366 (patch)
tree94b3ea00056b4619ec3ea4994af788dfd9a4e237
parent32633329a29a44410dbb7a20799eb83067c4a44a (diff)
downloadaur-d75dec80d5ae887691b76f77eb4082ad169d7366.tar.gz
update by lilac
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8efa1407b866..c82fb389e505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,13 +5,12 @@ pkgbase = ydcv-rs-git
url = https://github.com/farseerfc/ydcv-rs
arch = i686
arch = x86_64
- license = MIT
license = GPL2
makedepends = git
makedepends = cargo
makedepends = python
depends = openssl
- depends = dbus
+ depends = libdbus
depends = libxcb
provides = ydcv
conflicts = ydcv
diff --git a/PKGBUILD b/PKGBUILD
index 7d289f8dc9e5..a61acc70ddee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('i686' 'x86_64')
conflicts=("ydcv")
provides=("ydcv")
url="https://github.com/farseerfc/ydcv-rs"
-license=('MIT' 'GPL2')
-depends=("openssl" "dbus" "libxcb")
+license=('GPL2')
+depends=("openssl" "libdbus" "libxcb")
optdepends=()
makedepends=('git' 'cargo' 'python')
source=('git://github.com/farseerfc/ydcv-rs.git')