diff options
Diffstat (limited to 'community/webkitgtk-sharp/PKGBUILD')
-rw-r--r-- | community/webkitgtk-sharp/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/webkitgtk-sharp/PKGBUILD b/community/webkitgtk-sharp/PKGBUILD index db4a28154..ef61d7660 100644 --- a/community/webkitgtk-sharp/PKGBUILD +++ b/community/webkitgtk-sharp/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 110988 2014-05-11 19:08:20Z bgyorgy $ +# $Id: PKGBUILD 113788 2014-06-30 13:48:09Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=webkitgtk-sharp pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="C# bindings for WebKitGTK+" arch=('i686' 'x86_64') url="https://github.com/xDarkice/webkitgtk-sharp" license=('LGPL') depends=('gtk-sharp-3' 'webkitgtk') -makedepends=('git' 'soup-sharp') -source=($pkgname-$pkgver::git://github.com/xDarkice/webkitgtk-sharp.git#commit=f0c32b5fce3043582f4666327f23fdf8914bee66) -sha256sums=('SKIP') +makedepends=('soup-sharp') +source=(https://github.com/xDarkice/webkitgtk-sharp/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('63a73586000a5528812e00c9bf5a6123848996aa8c9e494945216b50f0ffa3d9') build() { cd "$srcdir/$pkgname-$pkgver" - ./autogen.sh --prefix=/usr + ./configure --prefix=/usr make -j1 } |