diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-06-05 22:25:52 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-06-05 22:25:52 -0500 |
commit | ac1d4f3a3950526bcf7061dc9513ef7ec97c31b5 (patch) | |
tree | 0fbbc9809fb5ca381f3db55af354eced6fe0541e /libre/epiphany/PKGBUILD | |
parent | d0cfeb4a8307e150d6c2f1497b64a6dc6f9c53b1 (diff) | |
download | abslibre-ac1d4f3a3950526bcf7061dc9513ef7ec97c31b5.tar.gz abslibre-ac1d4f3a3950526bcf7061dc9513ef7ec97c31b5.tar.bz2 abslibre-ac1d4f3a3950526bcf7061dc9513ef7ec97c31b5.zip |
epiphany-40.2-1.parabola2: updating version
Diffstat (limited to 'libre/epiphany/PKGBUILD')
-rw-r--r-- | libre/epiphany/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index be250018d..487490367 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -12,7 +12,7 @@ # used at runtime according to readelf -d pkgname=epiphany -pkgver=40.0 +pkgver=40.2 pkgrel=1 pkgrel+=.parabola2 pkgdesc="A GNOME web browser based on the WebKit rendering engine" @@ -28,7 +28,7 @@ makedepends=(docbook-xml startup-notification lsb-release gobject-introspection yelp-tools git meson) checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko) groups=(gnome) -_commit=92e808f19f8d9d21cf78938fd916572761601401 # tags/40.0^0 +_commit=95552d19b3fc8c7e1c014db301390a0a517dc3e6 # tags/40.2^0 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit") source+=(libre.patch) sha256sums=('SKIP' @@ -61,5 +61,5 @@ check() { } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" } |