summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-03-30 17:36:07 +0100
committerPhilipp A2019-03-30 17:36:07 +0100
commit9b9f94650fc3fc7c646c46df660ef37f108b5e11 (patch)
tree43e79ab25557e85beef773b392d837b9c3b8b8b1
parentf4a508aa68b137cd50bcaf6c26eeadfcbb7b01e1 (diff)
downloadaur-9b9f94650fc3fc7c646c46df660ef37f108b5e11.tar.gz
v0.4.9
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD7
3 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad65387a6ee5..85c4c0b4c7fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Oct 10 04:12:30 UTC 2018
pkgbase = cargo-expand
pkgdesc = Subcommand to show result of macro expansion and `#[derive]` expansion
- pkgver = 0.3.20
+ pkgver = 0.4.9
pkgrel = 1
url = https://github.com/dtolnay/cargo-expand
arch = i686
@@ -10,8 +8,8 @@ pkgbase = cargo-expand
license = APACHE
license = MIT
depends = cargo
- source = https://github.com/dtolnay/cargo-expand/archive/0.3.20.tar.gz
- sha256sums = 7ad22cb02b27c0cc1495679918f6899a3b869944678fafff2f1bfc4008f91afb
+ source = https://github.com/dtolnay/cargo-expand/archive/0.4.9.tar.gz
+ sha256sums = 74af90b4e409376722c510631fc3c9b228ca5b176adb5f541bfb1d44adbd4da0
pkgname = cargo-expand
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8bba9d8c732d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/src/
+/pkg/
+/*.tar.gz
+/*.pkg.tar.xz
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