summaryrefslogtreecommitdiff
path: root/extra/epiphany
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-14 10:56:20 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-14 10:56:20 -0300
commitd5be0922f99093b4659507a4c17c664ac5c2f577 (patch)
tree03704fe8477fe4f6e3f2f15f0bd848b5e4b702e9 /extra/epiphany
parentc6d876200ad3def9a1e9725b3daf29e01ae8e3c5 (diff)
parenta36c4a33891932acf2ac1cdebbb9caed01d7df6f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/pdf2djvu/PKGBUILD core/systemd/PKGBUILD extra/audacious/PKGBUILD extra/cups/PKGBUILD multilib-testing/lib32-libdrm/PKGBUILD staging/inkscape/PKGBUILD staging/poppler/PKGBUILD testing/ethtool/PKGBUILD testing/libdrm/PKGBUILD testing/openconnect/PKGBUILD
Diffstat (limited to 'extra/epiphany')
-rw-r--r--extra/epiphany/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/epiphany/PKGBUILD b/extra/epiphany/PKGBUILD
index 432db4f56..3cd6cd422 100644
--- a/extra/epiphany/PKGBUILD
+++ b/extra/epiphany/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 159282 2012-05-20 21:18:36Z heftig $
+# $Id: PKGBUILD 165192 2012-08-12 19:49:26Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=epiphany
-pkgver=3.4.2
+pkgver=3.4.3
pkgrel=1
install=epiphany.install
pkgdesc="A GNOME web browser based on the WebKit rendering engine."
@@ -15,10 +15,10 @@ options=('!libtool' '!emptydirs')
groups=('gnome')
url="http://www.gnome.org/projects/epiphany/"
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fb5b0d48c4d8725031d023fd6a054c10cb9f166cd430db7fc2383d8d2af5d615')
+sha256sums=('3233fb9e9e8a056c3ef494e85cf5e27068abf51df5fc7f5203ab7afda480f395')
build() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var \
--disable-scrollkeeper \
@@ -27,6 +27,6 @@ build() {
}
package() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}