summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Truphemus2017-09-03 18:47:03 +0200
committerFrancois Truphemus2017-09-03 18:47:03 +0200
commit4da1e32c1803c28e33796a8985f88868a15ecabe (patch)
tree3052473867b24dac6e4fa3e3d0c15fc556a7adfe
parent4d2cc1e96e02b9dc3379fc20e3022782747b83e9 (diff)
downloadaur-4da1e32c1803c28e33796a8985f88868a15ecabe.tar.gz
Fixed dependencies for compiling properly
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bcb03a38ad7..db64d17e9d41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,20 @@
pkgname=sparkleshare-git
_gitname=SparkleShare
-pkgver=1.4.r178.g686fde2
+pkgver=2.0.beta.1.r5.g8c033d26
pkgrel=1
pkgdesc="An open-source clone of Dropbox, written in C-sharp"
arch=('i686' 'x86_64')
url="http://www.sparkleshare.org/"
license=('LGPL')
-depends=('mono' 'gtk-sharp-git' 'intltool'
-'webkit-sharp' 'notify-sharp-3' 'desktop-file-utils' 'webkitgtk-sharp'
+depends=('mono' 'gtk-sharp-3' 'intltool'
+'webkit2-sharp' 'notify-sharp-3' 'desktop-file-utils' 'webkitgtk-sharp-git'
'soup-sharp' 'dbus-sharp')
makedepends=('git')
options=('!libtool')
provides=('sparkleshare')
conflicts=('sparkleshare')
-source=("$_gitname"::'https://github.com/hbons/SparkleShare.git')
+source=("$_gitname"::'git+https://github.com/hbons/SparkleShare.git')
md5sums=('SKIP')
pkgver() {