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

Jan Steffens heftig at archlinux.org
Thu Oct 5 07:13:15 UTC 2017


    Date: Thursday, October 5, 2017 @ 07:13:14
  Author: heftig
Revision: 306779

0.6.1-1

Modified:
  libhttpseverywhere/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-05 04:00:54 UTC (rev 306778)
+++ PKGBUILD	2017-10-05 07:13:14 UTC (rev 306779)
@@ -3,7 +3,7 @@
 # Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
 
 pkgname=libhttpseverywhere
-pkgver=0.6.0
+pkgver=0.6.1
 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 valadoc gobject-introspection git)
-_commit=1fdce30e2180d4844c7a659a9fe6ffd4bf99bc9d  # tags/0.6.0^0
+_commit=6aa9720308c37905e8806230e2f8898f5c73a567  # tags/0.6.1^0
 source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,14 +27,13 @@
 
 build() {
   cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
-    -Denable_valadoc=true
+  arch-meson ../$pkgname -Denable_valadoc=true
   ninja
 }
 
 check() {
   cd build
-  mesontest
+  meson test
 }
 
 package() {



More information about the arch-commits mailing list