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

Jan Steffens heftig at archlinux.org
Fri Jul 14 19:11:49 UTC 2017


    Date: Friday, July 14, 2017 @ 19:11:48
  Author: heftig
Revision: 300565

0.4.7-1

Modified:
  libhttpseverywhere/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-14 19:10:16 UTC (rev 300564)
+++ PKGBUILD	2017-07-14 19:11:48 UTC (rev 300565)
@@ -3,15 +3,15 @@
 # Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
 
 pkgname=libhttpseverywhere
-pkgver=0.4.5
+pkgver=0.4.7
 pkgrel=1
-pkgdesc="library to use HTTPSEverywhere in desktop applications"
+pkgdesc="Leverage the power of HTTPS Everywhere"
 url="https://git.gnome.org/browse/libhttpseverywhere"
 arch=(i686 x86_64)
 license=(LGPL3)
 depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
 makedepends=(meson valadoc gobject-introspection git)
-_commit=455c0c44d5b9017183042e1c7658a135c1bd2fda  # tags/0.4.5^0
+_commit=0653fedea03332d7c5e3005a39fe00646390d05b  # tags/0.4.7^0
 source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,19 +25,18 @@
   cd $pkgname
 }
 
-check() {
-  cd build
-  ninja test
-}
-
 build() {
   cd build
-  export LANG=en_US.UTF-8
   meson --prefix=/usr --buildtype=release ../$pkgname \
     -Denable_valadoc=true
   ninja
 }
 
+check() {
+  cd build
+  mesontest
+}
+
 package() {
   cd build
   DESTDIR="$pkgdir" ninja install



More information about the arch-commits mailing list