summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e3c1b7e573d..0d8547af151c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Feb 25 17:32:11 UTC 2018
pkgbase = cargo-expand
pkgdesc = Subcommand to show result of macro expansion and `#[derive]` expansion
- pkgver = 0.3.9
+ pkgver = 0.3.12
pkgrel = 1
url = https://github.com/dtolnay/cargo-expand
arch = i686
@@ -8,8 +10,8 @@ pkgbase = cargo-expand
license = APACHE
license = MIT
depends = cargo
- source = https://github.com/dtolnay/cargo-expand/archive/0.3.9.tar.gz
- md5sums = 48b7e3cc488418638dc68a72431e1235
+ source = https://github.com/dtolnay/cargo-expand/archive/0.3.12.tar.gz
+ sha256sums = 12efde7b6cbcf00ca04dd483cb7df0efa08c81fe748cd095d186f6e9ae2b6884
pkgname = cargo-expand
diff --git a/PKGBUILD b/PKGBUILD
index c30ac60994b9..fe8f93292002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.3.9
+pkgver=0.3.12
pkgrel=1
pkgdesc='Subcommand to show result of macro expansion and `#[derive]` expansion'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/dtolnay/cargo-expand'
license=('APACHE' 'MIT')
depends=('cargo')
source=("https://github.com/dtolnay/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('48b7e3cc488418638dc68a72431e1235')
+sha256sums=('12efde7b6cbcf00ca04dd483cb7df0efa08c81fe748cd095d186f6e9ae2b6884')
build() {
cd "$pkgname-$pkgver" || exit 1