[arch-commits] Commit in rust-bindgen/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Dec 8 12:50:55 UTC 2018
Date: Saturday, December 8, 2018 @ 12:50:54
Author: felixonmars
Revision: 412322
upgpkg: rust-bindgen 0.44.0-1
Modified:
rust-bindgen/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-08 12:50:48 UTC (rev 412321)
+++ PKGBUILD 2018-12-08 12:50:54 UTC (rev 412322)
@@ -1,16 +1,16 @@
# Maintainer : Felix Yan <felixonmars at archlinux.org>
pkgname=rust-bindgen
-pkgver=0.42.2
+pkgver=0.44.0
pkgrel=1
pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) libraries'
-url='https://github.com/rust-lang-nursery/rust-bindgen'
-depends=()
+url='https://github.com/rust-lang/rust-bindgen'
+depends=('gcc-libs')
makedepends=('rust')
arch=('x86_64')
license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang-nursery/rust-bindgen/archive/v$pkgver.tar.gz")
-sha512sums=('483eb20ca97718dd204cf60b6b3145b6444295ae3cd0c6f6974e1b361be07dd0aee280fc46b4fc6e74dbc757dfa8c6477d199b7b3058f3c4ebdedbe766d1d894')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz")
+sha512sums=('9d28ce5c9faeb8c3b4936161ce2e636cf8eb9f1becf707971f4b1daa24e52ed209f099c049c7bcf5aaf5de4a0ef9458192f9da0b0431e884cfacf19dcf3eba3c')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list