David Runge pushed to branch main at Arch Linux / Packaging / Packages / netplan


Commits:
5f078464 by David Runge at 2023-09-05T18:37:27+02:00
upgpkg: 0.107-2

Rebuild to remove legacy /lib dir: https://bugs.archlinux.org/task/79574

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=netplan
 pkgver=0.107
-pkgrel=1
+pkgrel=2
 pkgdesc="Network configuration abstraction renderer"
 arch=('x86_64')
 url="https://github.com/CanonicalLtd/netplan";
@@ -111,4 +111,7 @@ check() {
 
 package() {
   meson install -C build --destdir "$pkgdir"
+  # remove legacy dir which will likely be gone post 0.107:
+  # 
https://github.com/canonical/netplan/blob/a7e4be03918c986020650743cb6cf0934696ef0c/src/meson.build#L40-L44
+  rm -frv "$pkgdir/lib"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netplan/-/commit/5f0784641186563dc4392b270be518c34fcc5416

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netplan/-/commit/5f0784641186563dc4392b270be518c34fcc5416
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to