summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72842c9f63fd..324d1860b68d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-tally
pkgdesc = Graph the number of crates that depend on your crate over time
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/dtolnay/cargo-tally
arch = i686
@@ -11,9 +11,9 @@ pkgbase = cargo-tally
depends = cargo
depends = curl
depends = http-parser
- source = cargo-tally-0.2.0.tar.gz::https://github.com/dtolnay/cargo-tally/archive/0.2.0.tar.gz
- sha256sums = f6f64533ff0d8cae92fab84fb3218853a304a115040f63fdc52d8763ea5a126b
- sha512sums = d3ed04ff47009649225d9d703d30f6f1378ed402c73c8539e737325280449c1475320bc7b6fb065c6fdb03e44863d3b0f37a63f3dd164df3b259a39939badc75
+ optdepends = gnuplot: display graphs
+ source = cargo-tally-0.2.1.tar.gz::https://github.com/dtolnay/cargo-tally/archive/0.2.1.tar.gz
+ sha256sums = b2ddc160ca419851e09cb155f32114d5707d22a0c2f4be52bec7e271a8a2b5ab
pkgname = cargo-tally
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"