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

Frederik Schwan freswa at archlinux.org
Tue Oct 27 13:56:54 UTC 2020


    Date: Tuesday, October 27, 2020 @ 13:56:54
  Author: freswa
Revision: 734419

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 13:56:52 UTC (rev 734418)
+++ PKGBUILD	2020-10-27 13:56:54 UTC (rev 734419)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: loqs
-
-pkgname=rust-libslirp
-pkgver=4.2.2
-pkgrel=1
-pkgdesc='High-level bindings & helper process for libslirp.'
-url='https://gitlab.freedesktop.org/slirp/libslirp-rs'
-arch=('x86_64')
-license=('MIT')
-depends=('dbus' 'libslirp')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/libslirp/${pkgver}/download")
-b2sums=('890f0758d6315f6b00fc06be86ec449aa92bfe6af38d05f92396cbaec46bd4307618164556ebf5e009b4012ecc7a72d6df5e22a5bb88f00b9433efdeaa50ab18')
-
-build() {
-  cd ${pkgname#rust-}-${pkgver}
-  cargo build --release --locked --all-features --target-dir=target
-}
-
-package() {
-  cd ${pkgname#rust-}-${pkgver}
-  install -Dm755 "target/release/libslirp-helper" "${pkgdir}"/usr/bin/slirp-helper
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: rust-libslirp/repos/community-x86_64/PKGBUILD (from rev 734418, rust-libslirp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-27 13:56:54 UTC (rev 734419)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: loqs
+
+pkgname=rust-libslirp
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='High-level bindings & helper process for libslirp.'
+url='https://gitlab.freedesktop.org/slirp/libslirp-rs'
+arch=('x86_64')
+license=('MIT')
+depends=('dbus' 'libslirp')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/libslirp/${pkgver}/download")
+b2sums=('a5a87d8f99e69f332de7adcb6bf5213348945e711d5cedd41a87de52c326fc0b1e43a1903396c3fd0aca776b3c7aabe2592cbb636c8e83f2de4453a13cece10d')
+
+build() {
+  cd ${pkgname#rust-}-${pkgver}
+  cargo build --release --locked --all-features --target-dir=target
+}
+
+package() {
+  cd ${pkgname#rust-}-${pkgver}
+  install -Dm755 "target/release/libslirp-helper" "${pkgdir}"/usr/bin/slirp-helper
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list