Date: Thursday, March 14, 2019 @ 11:17:43
  Author: heftig
Revision: 347925

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
    (from rev 347924, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-14 11:17:41 UTC (rev 347924)
+++ PKGBUILD    2019-03-14 11:17:43 UTC (rev 347925)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Maintainer: Jan de Groot <[email protected]>
-
-pkgname=libsoup
-pkgver=2.64.2
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup";
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
-checkdepends=(apache php-apache)
-_commit=b25faf59f1bb782e95be94f70a98a369846d1524  # tags/2.64.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D doc=true -D vapi=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 347924, 
libsoup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-03-14 11:17:43 UTC (rev 347925)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgname=libsoup
+pkgver=2.66.0
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
+makedepends=(gobject-introspection python vala git gtk-doc meson)
+checkdepends=(apache php-apache)
+_commit=6607511e07f1f44ba438763791443fe6b2746733  # tags/2.66.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Reply via email to