summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknight422017-09-25 00:13:37 +0800
committerknight422017-09-25 00:13:37 +0800
commit333887924da78a75165f111aad5497b575f84eab (patch)
tree12aa7c95cc038cd4eced31500c664f96e32d9f08
parent5063bb22bf0f125e1bc20196a25ef5f69fec6b5d (diff)
downloadaur-333887924da78a75165f111aad5497b575f84eab.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f2d905f263..7e3c1b7e573d 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.8
+ pkgver = 0.3.9
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.8.tar.gz
- md5sums = 324259d98f3822334505d6f0bd8f72ea
+ source = https://github.com/dtolnay/cargo-expand/archive/0.3.9.tar.gz
+ md5sums = 48b7e3cc488418638dc68a72431e1235
pkgname = cargo-expand
diff --git a/PKGBUILD b/PKGBUILD
index e6ec75c2ad84..c30ac60994b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.3.8
+pkgver=0.3.9
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=('324259d98f3822334505d6f0bd8f72ea')
+md5sums=('48b7e3cc488418638dc68a72431e1235')
build() {
cd "$pkgname-$pkgver" || exit 1