summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-08-01 15:31:35 +0200
committerPhilipp A2020-08-01 15:31:35 +0200
commit6c40f861b360d91bc7abb63c6d3c06b621b50424 (patch)
tree4abfc9a487fdfffc0535a6a502ed90a76baaa880
parentc7be0a4bb5192dbd20d9a444e60c29d1b1fac12f (diff)
downloadaur-6c40f861b360d91bc7abb63c6d3c06b621b50424.tar.gz
v1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c92ab91b63e8..7d036d9a5579 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.6.0
+ pkgver = 1.0.0
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.6.0.tar.gz
- sha256sums = 00d72cf343f4978cc30aa65c8a5d92bc13891073d2e20fb6fa53f761a91d9c37
+ source = https://github.com/dtolnay/cargo-expand/archive/1.0.0.tar.gz
+ sha256sums = af4ce530a54816bd8b7dc8545fa6faabfef950596f639550dc31f6e0a57c3623
pkgname = cargo-expand
diff --git a/PKGBUILD b/PKGBUILD
index b56db29ebc8a..dc91b98358c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.6.0
+pkgver=1.0.0
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=('00d72cf343f4978cc30aa65c8a5d92bc13891073d2e20fb6fa53f761a91d9c37')
+sha256sums=('af4ce530a54816bd8b7dc8545fa6faabfef950596f639550dc31f6e0a57c3623')
build() {
cd "$pkgname-$pkgver" || exit 1