summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-03-30 17:36:07 +0100
committerPhilipp A2019-03-30 17:36:07 +0100
commit9b9f94650fc3fc7c646c46df660ef37f108b5e11 (patch)
tree43e79ab25557e85beef773b392d837b9c3b8b8b1 /PKGBUILD
parentf4a508aa68b137cd50bcaf6c26eeadfcbb7b01e1 (diff)
downloadaur-9b9f94650fc3fc7c646c46df660ef37f108b5e11.tar.gz
v0.4.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bec3abeeb39d..7fb478f43fa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
+# Maintainer: Philipp A. <flying-sheep@web.de>
+# Contributor: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.3.20
+pkgver=0.4.9
pkgrel=1
pkgdesc='Subcommand to show result of macro expansion and `#[derive]` expansion'
arch=('i686' 'x86_64')
@@ -9,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=('7ad22cb02b27c0cc1495679918f6899a3b869944678fafff2f1bfc4008f91afb')
+sha256sums=('74af90b4e409376722c510631fc3c9b228ca5b176adb5f541bfb1d44adbd4da0')
build() {
cd "$pkgname-$pkgver" || exit 1