[arch-commits] Commit in libhttpseverywhere/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Jan 24 19:14:11 UTC 2018


    Date: Wednesday, January 24, 2018 @ 19:14:10
  Author: heftig
Revision: 315410

archrelease: copy trunk to extra-x86_64

Added:
  libhttpseverywhere/repos/extra-x86_64/PKGBUILD
    (from rev 315409, libhttpseverywhere/trunk/PKGBUILD)
Deleted:
  libhttpseverywhere/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 39 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-24 19:13:22 UTC (rev 315409)
+++ PKGBUILD	2018-01-24 19:14:10 UTC (rev 315410)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
-
-pkgname=libhttpseverywhere
-pkgver=0.6.5
-pkgrel=1
-pkgdesc="Leverage the power of HTTPS Everywhere"
-url="https://git.gnome.org/browse/libhttpseverywhere"
-arch=(x86_64)
-license=(LGPL3)
-depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
-makedepends=(meson vala gobject-introspection git)
-_commit=7e102fa1897aa82345ec0937f4fc7e035b1eb317  # tags/0.6.5^0
-source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_valadoc=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libhttpseverywhere/repos/extra-x86_64/PKGBUILD (from rev 315409, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-24 19:14:10 UTC (rev 315410)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
+
+pkgname=libhttpseverywhere
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="Leverage the power of HTTPS Everywhere"
+url="https://git.gnome.org/browse/libhttpseverywhere"
+arch=(x86_64)
+license=(LGPL3)
+depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
+makedepends=(meson vala gobject-introspection git)
+_commit=9bcfc0bdba85c3a24e1d7138d5b6380f2ac0e32f  # tags/0.6.6^0
+source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -Denable_valadoc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list