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

Frederik Schwan freswa at gemini.archlinux.org
Tue Aug 3 22:34:08 UTC 2021


    Date: Tuesday, August 3, 2021 @ 22:34:08
  Author: freswa
Revision: 993577

archrelease: copy trunk to community-x86_64

Added:
  slirp4netns/repos/community-x86_64/PKGBUILD
    (from rev 993576, slirp4netns/trunk/PKGBUILD)
Deleted:
  slirp4netns/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-03 21:47:17 UTC (rev 993576)
+++ PKGBUILD	2021-08-03 22:34:08 UTC (rev 993577)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=slirp4netns
-pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.1.11
-pkgrel=1
-arch=(x86_64)
-url="https://github.com/rootless-containers/slirp4netns"
-license=(GPL2)
-depends=(glibc glib2 libcap libseccomp libslirp)
-makedepends=(git)
-# TODO: Check if they are going to continue signing the commits
-_commit=368e69ccc074628d17a9bb9a35b8f4b9f74db4c6	#refs/tags/v1.1.11^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: slirp4netns/repos/community-x86_64/PKGBUILD (from rev 993576, slirp4netns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-03 22:34:08 UTC (rev 993577)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=slirp4netns
+pkgdesc='User-mode networking for unprivileged network namespaces'
+pkgver=1.1.11
+pkgrel=1
+arch=(x86_64)
+url="https://github.com/rootless-containers/slirp4netns"
+license=(GPL2)
+depends=(glibc glib2 libcap libseccomp libslirp)
+makedepends=(git)
+# TODO: Check if they are going to continue signing the commits
+_commit=368e69ccc074628d17a9bb9a35b8f4b9f74db4c6	#refs/tags/v1.1.11^{}
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list