diff options
-rw-r--r-- | main/webkit/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/webkit/APKBUILD b/main/webkit/APKBUILD index 34534e7c3..d2c83ce83 100644 --- a/main/webkit/APKBUILD +++ b/main/webkit/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=webkit -pkgver=1.6.1 -pkgrel=1 +pkgver=1.6.3 +pkgrel=0 pkgdesc="portable web rendering engine WebKit for GTK+" url="http://webkitgtk.org/" arch="all" @@ -18,7 +18,7 @@ makedepends=" " install= subpackages="$pkgname-dev gtklauncher $pkgname-lang" -source="http://webkitgtk.org/$pkgname-$pkgver.tar.gz +source="http://webkitgtk.org/$pkgname-$pkgver.tar.xz webkit-1.6.1-alt-fix-TEXTREL.patch " @@ -67,5 +67,5 @@ gtklauncher() { "$subpkgdir"/usr/bin/GtkLauncher } -md5sums="c11743694b1b71dad287b2e7a9e73b05 webkit-1.6.1.tar.gz +md5sums="c476d9335419df061510d31e21175df1 webkit-1.6.3.tar.xz 4e47996e3bb87ca27c0e49ce6a2abbc7 webkit-1.6.1-alt-fix-TEXTREL.patch" |