summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-10-15 14:35:32 +0200
committerPhilipp A2019-10-15 14:35:32 +0200
commitf507f38529119eb21049616ccb6cf0b5f33547c8 (patch)
tree4681e18be8301749857505feb9f37253c88163a9
parent9b9f94650fc3fc7c646c46df660ef37f108b5e11 (diff)
downloadaur-f507f38529119eb21049616ccb6cf0b5f33547c8.tar.gz
v0.4.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85c4c0b4c7fc..4e8afbcf686e 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.4.9
+ pkgver = 0.4.15
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.4.9.tar.gz
- sha256sums = 74af90b4e409376722c510631fc3c9b228ca5b176adb5f541bfb1d44adbd4da0
+ source = https://github.com/dtolnay/cargo-expand/archive/0.4.15.tar.gz
+ sha256sums = fd36b338880e7e872d464011fcd2dd5a35941c9251320445457b5d93484a2748
pkgname = cargo-expand
diff --git a/PKGBUILD b/PKGBUILD
index 7fb478f43fa5..c9a46653cdb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.4.9
+pkgver=0.4.15
pkgrel=1
pkgdesc='Subcommand to show result of macro expansion and `#[derive]` expansion'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/dtolnay/cargo-expand'
license=('APACHE' 'MIT')
depends=('cargo')
source=("https://github.com/dtolnay/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('74af90b4e409376722c510631fc3c9b228ca5b176adb5f541bfb1d44adbd4da0')
+sha256sums=('fd36b338880e7e872d464011fcd2dd5a35941c9251320445457b5d93484a2748')
build() {
cd "$pkgname-$pkgver" || exit 1