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

Christian Rebischke shibumi at gemini.archlinux.org
Fri Feb 18 17:12:41 UTC 2022


    Date: Friday, February 18, 2022 @ 17:12:41
  Author: shibumi
Revision: 1134005

archrelease: copy trunk to community-x86_64

Added:
  netplan/repos/community-x86_64/PKGBUILD
    (from rev 1134004, netplan/trunk/PKGBUILD)
Deleted:
  netplan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 17:12:36 UTC (rev 1134004)
+++ PKGBUILD	2022-02-18 17:12:41 UTC (rev 1134005)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor:  Conrad Hoffmann <ch at bitfehler.net>
-
-pkgname=netplan
-pkgver=0.102
-pkgrel=1
-pkgdesc="Network configuration abstraction renderer"
-arch=('x86_64')
-url="https://github.com/CanonicalLtd/netplan"
-license=('GPL3')
-depends=(
-  'glib2'
-  'python-yaml'
-  'python-netifaces'
-  'iproute2'
-  'systemd'
-)
-makedepends=(
-  'python'
-  'pkgconf'
-  'pandoc'
-)
-source=(
-  "https://github.com/CanonicalLtd/${pkgname}/archive/${pkgver}.tar.gz"
-)
-sha256sums=('2fd9de110066c40f661cbec8273b4a883e7c0f077a4dd969a75bb56b4a42b597')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  # Drop -Werror to avoid the following error:
-  # /usr/include/glib-2.0/glib/glib-autocleanups.h:28:3: error: 'ip_str' may be used uninitialized in this function [-Werror=maybe-uninitialized]
-  sed -e "s/-Werror//g" -i Makefile
-
-  env
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" ROOTPREFIX=/usr SBINDIR=/usr/bin install
-}

Copied: netplan/repos/community-x86_64/PKGBUILD (from rev 1134004, netplan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-18 17:12:41 UTC (rev 1134005)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor:  Conrad Hoffmann <ch at bitfehler.net>
+
+pkgname=netplan
+pkgver=0.103
+pkgrel=1
+pkgdesc="Network configuration abstraction renderer"
+arch=('x86_64')
+url="https://github.com/CanonicalLtd/netplan"
+license=('GPL3')
+depends=(
+  'glib2'
+  'python-yaml'
+  'python-netifaces'
+  'iproute2'
+  'systemd'
+)
+makedepends=(
+  'python'
+  'pkgconf'
+  'pandoc'
+)
+source=(
+  "https://github.com/CanonicalLtd/${pkgname}/archive/${pkgver}.tar.gz"
+)
+sha256sums=('bee47045484145bb606118a37d341596bf652284432f9834354ca5336bada8fa')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # Drop -Werror to avoid the following error:
+  # /usr/include/glib-2.0/glib/glib-autocleanups.h:28:3: error: 'ip_str' may be used uninitialized in this function [-Werror=maybe-uninitialized]
+  sed -e "s/-Werror//g" -i Makefile
+
+  env
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" ROOTPREFIX=/usr SBINDIR=/usr/bin install
+}



More information about the arch-commits mailing list