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

Morten Linderud foxboron at archlinux.org
Thu Jun 17 20:07:37 UTC 2021


    Date: Thursday, June 17, 2021 @ 20:07:37
  Author: foxboron
Revision: 964740

archrelease: copy trunk to community-x86_64

Added:
  libslirp/repos/community-x86_64/PKGBUILD
    (from rev 964739, libslirp/trunk/PKGBUILD)
Deleted:
  libslirp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 20:07:28 UTC (rev 964739)
+++ PKGBUILD	2021-06-17 20:07:37 UTC (rev 964740)
@@ -1,30 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=libslirp
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='General purpose TCP-IP emulator'
-arch=(x86_64)
-url='https://gitlab.freedesktop.org/slirp/libslirp'
-license=(BSD MIT)
-depends=(glib2)
-makedepends=(git meson)
-_commit=a62890e71126795ca593affa747f669bed88e89c    #refs/tags/v4.5.0^{}
-source=("git+$url#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dm644 $pkgname/COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libslirp/repos/community-x86_64/PKGBUILD (from rev 964739, libslirp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-17 20:07:37 UTC (rev 964740)
@@ -0,0 +1,30 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=libslirp
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='General purpose TCP-IP emulator'
+arch=(x86_64)
+url='https://gitlab.freedesktop.org/slirp/libslirp'
+license=(BSD MIT)
+depends=(glib2)
+makedepends=(git meson)
+_commit=6ef66db79938d763212320c1b64bc562c23d25a8	#refs/tags/v4.6.0^{}
+source=("git+$url#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dm644 $pkgname/COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list