summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknight422018-07-02 18:00:17 +0800
committerknight422018-07-02 18:00:17 +0800
commitf22252a51cb6fdb11acaf7001ca57445d9c1f910 (patch)
tree193f540c3091dc47c2b3cd2c79741a078dd22490
parent715269c49c588ba66e63f2559124f2de6066a820 (diff)
downloadaur-f22252a51cb6fdb11acaf7001ca57445d9c1f910.tar.gz
Bump to v0.3.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66bd4b98102d..3a31e5df490d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 16 08:15:44 UTC 2018
+# Mon Jul 2 09:42:15 UTC 2018
pkgbase = cargo-expand
pkgdesc = Subcommand to show result of macro expansion and `#[derive]` expansion
- pkgver = 0.3.14
+ pkgver = 0.3.16
pkgrel = 1
url = https://github.com/dtolnay/cargo-expand
arch = i686
@@ -10,8 +10,8 @@ pkgbase = cargo-expand
license = APACHE
license = MIT
depends = cargo
- source = https://github.com/dtolnay/cargo-expand/archive/0.3.14.tar.gz
- sha256sums = d2c0af6b915cfc1be187047658a92dd19d9354b0a9c1ddcf3461ced3f038df0d
+ source = https://github.com/dtolnay/cargo-expand/archive/0.3.16.tar.gz
+ sha256sums = d9b626ecb3f8034c966eaff9786b15590fcc35a8f52dfc1921c8d5ce870fbe52
pkgname = cargo-expand
diff --git a/PKGBUILD b/PKGBUILD
index f0cf8f6b7efc..42c8a9d3c53b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.3.14
+pkgver=0.3.16
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")
-sha256sums=('d2c0af6b915cfc1be187047658a92dd19d9354b0a9c1ddcf3461ced3f038df0d')
+sha256sums=('d9b626ecb3f8034c966eaff9786b15590fcc35a8f52dfc1921c8d5ce870fbe52')
build() {
cd "$pkgname-$pkgver" || exit 1