[arch-commits] Commit in libhttpseverywhere/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Jan 24 19:13:26 UTC 2018


    Date: Wednesday, January 24, 2018 @ 19:13:22
  Author: heftig
Revision: 315409

0.6.6-1

Modified:
  libhttpseverywhere/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-24 17:04:43 UTC (rev 315408)
+++ PKGBUILD	2018-01-24 19:13:22 UTC (rev 315409)
@@ -3,7 +3,7 @@
 # Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
 
 pkgname=libhttpseverywhere
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc="Leverage the power of HTTPS Everywhere"
 url="https://git.gnome.org/browse/libhttpseverywhere"
@@ -11,7 +11,7 @@
 license=(LGPL3)
 depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
 makedepends=(meson vala gobject-introspection git)
-_commit=7e102fa1897aa82345ec0937f4fc7e035b1eb317  # tags/0.6.5^0
+_commit=9bcfc0bdba85c3a24e1d7138d5b6380f2ac0e32f  # tags/0.6.6^0
 source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,14 +21,12 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  arch-meson ../$pkgname -Denable_valadoc=true
-  ninja
+  arch-meson $pkgname build -Denable_valadoc=true
+  ninja -C build
 }
 
 check() {
@@ -37,6 +35,5 @@
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list