[arch-commits] Commit in slirp4netns/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat May 22 14:49:48 UTC 2021
Date: Saturday, May 22, 2021 @ 14:49:48
Author: foxboron
Revision: 941988
archrelease: copy trunk to community-x86_64
Added:
slirp4netns/repos/community-x86_64/PKGBUILD
(from rev 941987, slirp4netns/trunk/PKGBUILD)
Deleted:
slirp4netns/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-22 14:49:40 UTC (rev 941987)
+++ PKGBUILD 2021-05-22 14:49:48 UTC (rev 941988)
@@ -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.9
-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=4e37ea557562e0d7a64dc636eff156f64927335e #refs/tags/v1.1.9^{}
-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 941987, slirp4netns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-22 14:49:48 UTC (rev 941988)
@@ -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.10
+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=baa2bc5ff12fe6db646c1f4f3f966526c0eba5a0 #refs/tags/v1.1.10^{}
+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