[arch-commits] Commit in libcloudproviders/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jun 13 09:10:34 UTC 2020


    Date: Saturday, June 13, 2020 @ 09:10:34
  Author: alucryd
Revision: 642849

archrelease: copy trunk to community-x86_64

Added:
  libcloudproviders/repos/community-x86_64/PKGBUILD
    (from rev 642848, libcloudproviders/trunk/PKGBUILD)
Deleted:
  libcloudproviders/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-13 09:10:28 UTC (rev 642848)
+++ PKGBUILD	2020-06-13 09:10:34 UTC (rev 642849)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Fina Wilke <fina at felinira.net>
-
-pkgname=libcloudproviders
-pkgver=0.3.0
-pkgrel=4
-pkgdesc='DBus API that allows cloud storage sync clients to expose their services'
-arch=(x86_64)
-url=https://gitlab.gnome.org/World/libcloudproviders
-license=(LGPL3)
-depends=(
-  glib2
-)
-makedepends=(
-  git
-  gobject-introspection
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/World/libcloudproviders.git#tag=79d1652a0aadab39648bc30db853cdb1d6e2bf95)
-md5sums=(SKIP)
-
-pkgver() {
-  cd libcloudproviders
-
-  git describe --tags
-}
-
-build() {
-  arch-meson libcloudproviders build \
-    --prefix /usr
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libcloudproviders/repos/community-x86_64/PKGBUILD (from rev 642848, libcloudproviders/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-13 09:10:34 UTC (rev 642849)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Fina Wilke <fina at felinira.net>
+
+pkgname=libcloudproviders
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='DBus API that allows cloud storage sync clients to expose their services'
+arch=(x86_64)
+url=https://gitlab.gnome.org/World/libcloudproviders
+license=(LGPL3)
+depends=(
+  glib2
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+_tag=4672d39320f4ef6091a4977b8e6a4ac079296c26
+source=(git+https://gitlab.gnome.org/World/libcloudproviders.git#tag=${_tag})
+md5sums=(SKIP)
+
+pkgver() {
+  cd libcloudproviders
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libcloudproviders build \
+    --prefix /usr
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list