summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknight422017-04-30 17:06:11 +0800
committerknight422017-04-30 17:06:11 +0800
commit5063bb22bf0f125e1bc20196a25ef5f69fec6b5d (patch)
tree09a205cd306945bb1988d149d610a9f9db5fd0ff
parent1c54c85a7785629f2a789c53027510b1b52a926b (diff)
downloadaur-5063bb22bf0f125e1bc20196a25ef5f69fec6b5d.tar.gz
Bump to 0.3.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 561bd1038c0b..93f2d905f263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-expand
pkgdesc = Subcommand to show result of macro expansion and `#[derive]` expansion
- pkgver = 0.3.7
+ pkgver = 0.3.8
pkgrel = 1
url = https://github.com/dtolnay/cargo-expand
arch = i686
@@ -8,8 +8,8 @@ pkgbase = cargo-expand
license = APACHE
license = MIT
depends = cargo
- source = https://github.com/dtolnay/cargo-expand/archive/0.3.7.tar.gz
- md5sums = 6a150207559c1902db5539e5bad8a439
+ source = https://github.com/dtolnay/cargo-expand/archive/0.3.8.tar.gz
+ md5sums = 324259d98f3822334505d6f0bd8f72ea
pkgname = cargo-expand
diff --git a/PKGBUILD b/PKGBUILD
index c8b9753802c3..e6ec75c2ad84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.3.7
+pkgver=0.3.8
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=('6a150207559c1902db5539e5bad8a439')
+md5sums=('324259d98f3822334505d6f0bd8f72ea')
build() {
cd "$pkgname-$pkgver" || exit 1