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

Christian Rebischke shibumi at gemini.archlinux.org
Wed Aug 24 15:14:16 UTC 2022


    Date: Wednesday, August 24, 2022 @ 15:14:15
  Author: shibumi
Revision: 1276447

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-24 15:12:30 UTC (rev 1276446)
+++ PKGBUILD	2022-08-24 15:14:15 UTC (rev 1276447)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor:  Conrad Hoffmann <ch at bitfehler.net>
-
-pkgname=netplan
-pkgver=0.104
-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=('930a43d8a0a9f5c61193ce2546cacf311c8a0d66003ad96a1e20fcc10a5fdbc9')
-
-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 1276446, netplan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-24 15:14:15 UTC (rev 1276447)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor:  Conrad Hoffmann <ch at bitfehler.net>
+
+pkgname=netplan
+pkgver=0.105
+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=('3a4dd82a88dc1e70643c3cb7bb19564942dae9ed98f29fd3ca85fdd51200db8e')
+
+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