diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-30 10:50:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-30 10:50:42 +0000 |
commit | fc1b0e5816a4480f19670f113bbb6f3eecafc1ce (patch) | |
tree | 91e7477cb1685f5647a27a51fb4a04920992f517 /main/webkitgtk | |
parent | 6d2df10d1d9f58e72302f83b59cc8e245cbf7452 (diff) | |
download | aports-fc1b0e5816a4480f19670f113bbb6f3eecafc1ce.tar.bz2 aports-fc1b0e5816a4480f19670f113bbb6f3eecafc1ce.tar.xz |
main/webkitgtk: add replaces webkit
Diffstat (limited to 'main/webkitgtk')
-rw-r--r-- | main/webkitgtk/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/webkitgtk/APKBUILD b/main/webkitgtk/APKBUILD index d29272f89d..393512d741 100644 --- a/main/webkitgtk/APKBUILD +++ b/main/webkitgtk/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=webkitgtk pkgver=1.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="portable web rendering engine WebKit for GTK+" url="http://webkitgtk.org/" arch="all" @@ -43,6 +43,7 @@ makedepends="$depends_dev zlib-dev " install= +replaces="webkit" subpackages="$pkgname-dev $pkgname-lang" source="http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz webkit-gtk-1.7.90-parallel-make-hack.patch |