[arch-commits] Commit in libhttpseverywhere/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Jan 31 09:51:24 UTC 2018
Date: Wednesday, January 31, 2018 @ 09:51:24
Author: heftig
Revision: 315662
archrelease: copy trunk to extra-x86_64
Added:
libhttpseverywhere/repos/extra-x86_64/PKGBUILD
(from rev 315661, libhttpseverywhere/trunk/PKGBUILD)
Deleted:
libhttpseverywhere/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-31 09:50:43 UTC (rev 315661)
+++ PKGBUILD 2018-01-31 09:51:24 UTC (rev 315662)
@@ -1,39 +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.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
-}
Copied: libhttpseverywhere/repos/extra-x86_64/PKGBUILD (from rev 315661, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-31 09:51:24 UTC (rev 315662)
@@ -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.8.0
+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=1c80057ff68a3a02e808dda89d4e4327fcf99433 # tags/0.8.0^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