[arch-commits] Commit in libhttpseverywhere/repos (4 files)

Jan Steffens heftig at archlinux.org
Mon Oct 30 22:32:30 UTC 2017


    Date: Monday, October 30, 2017 @ 22:32:30
  Author: heftig
Revision: 308718

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------+
 /PKGBUILD             |   84 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   42 ------------------------
 extra-x86_64/PKGBUILD |   42 ------------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-30 22:31:53 UTC (rev 308717)
+++ extra-i686/PKGBUILD	2017-10-30 22:32:30 UTC (rev 308718)
@@ -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.2
-pkgrel=1
-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 vala gobject-introspection git)
-_commit=5245345227fb62d2aad00bbb624273977e12f325  # tags/0.6.2^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-i686/PKGBUILD (from rev 308717, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-30 22:32:30 UTC (rev 308718)
@@ -0,0 +1,42 @@
+# $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.3
+pkgrel=1
+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 vala gobject-introspection git)
+_commit=c660e5a905eb8bee90f1bd79dfbd947279d58973  # tags/0.6.3^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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-30 22:31:53 UTC (rev 308717)
+++ extra-x86_64/PKGBUILD	2017-10-30 22:32:30 UTC (rev 308718)
@@ -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.2
-pkgrel=1
-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 vala gobject-introspection git)
-_commit=5245345227fb62d2aad00bbb624273977e12f325  # tags/0.6.2^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 308717, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-30 22:32:30 UTC (rev 308718)
@@ -0,0 +1,42 @@
+# $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.3
+pkgrel=1
+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 vala gobject-introspection git)
+_commit=c660e5a905eb8bee90f1bd79dfbd947279d58973  # tags/0.6.3^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
+}



More information about the arch-commits mailing list