summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2017-12-26 08:23:59 +0100
committerkpcyrd2017-12-26 08:23:59 +0100
commit6e04bc307e621f4d2bf9ba020a733d976f6d8883 (patch)
tree8229b53249f8396305342f1418ab835351f3ed3f /PKGBUILD
parentca692f26533b6e2fc93ca0f51553780ffbe6211a (diff)
downloadaur-6e04bc307e621f4d2bf9ba020a733d976f6d8883.tar.gz
v0.2.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dc06afe267c..ac069f0f7286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <git@rxv.cc>
pkgname=cargo-tally
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Graph the number of crates that depend on your crate over time"
url="https://github.com/dtolnay/cargo-tally"
@@ -10,8 +10,7 @@ optdepends=('gnuplot: display graphs')
arch=('i686' 'x86_64' 'armv6h')
license=('MIT' 'APACHE')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dtolnay/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('f6f64533ff0d8cae92fab84fb3218853a304a115040f63fdc52d8763ea5a126b')
-sha512sums=('d3ed04ff47009649225d9d703d30f6f1378ed402c73c8539e737325280449c1475320bc7b6fb065c6fdb03e44863d3b0f37a63f3dd164df3b259a39939badc75')
+sha256sums=('b2ddc160ca419851e09cb155f32114d5707d22a0c2f4be52bec7e271a8a2b5ab')
build() {
cd "$pkgname-$pkgver"