summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Frolov2020-07-20 11:14:05 +0300
committerVlad Frolov2020-07-20 11:14:05 +0300
commit91a388b000b867b5d4b9156caf933029fc5e6364 (patch)
treeebad3860d740e9c14349fe29bc329c57f7310086
parenta9fb5ed8cf591c941dae5d42cd2487fad566c1d4 (diff)
downloadaur-91a388b000b867b5d4b9156caf933029fc5e6364.tar.gz
release 0.1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1346cb6eaa6b..401d20fb2f48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-udeps
pkgdesc = Cargo plugin to find unused dependencies in Cargo.toml
- pkgver = 0.1.12
+ pkgver = 0.1.13
pkgrel = 1
url = https://github.com/est31/cargo-udeps
arch = i686
@@ -9,8 +9,8 @@ pkgbase = cargo-udeps
license = APACHE
makedepends = cargo
depends = gcc-libs
- source = https://github.com/est31/cargo-udeps/archive/v0.1.12.tar.gz
- sha512sums = b493cdfc9a42c9d252983cb8885edcc30a639338b0267a411a364cfa41558b97e1219fe10aeacb58e5d2fa4fdbcce123b1d778c80230a16d7790e2c8ea9892f9
+ source = cargo-udeps-0.1.13.tar.gz::https://github.com/est31/cargo-udeps/archive/v0.1.13.tar.gz
+ sha512sums = a446bdf1a6ff8100325a7393bec415613cca4ee4cc0bdc55c8d406c89a14e5786a9f87f2f51101652ae1a5a3d63831b01978c045e70eb8bac47f37336c90dd58
pkgname = cargo-udeps
diff --git a/PKGBUILD b/PKGBUILD
index 336fc1603d22..e421708c8c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vlad Frolov <frolvlad@gmail.com>
pkgname=cargo-udeps
-pkgver=0.1.12
+pkgver=0.1.13
pkgrel=1
pkgdesc="Cargo plugin to find unused dependencies in Cargo.toml "
url="https://github.com/est31/cargo-udeps"
@@ -9,8 +9,8 @@ depends=('gcc-libs')
makedepends=('cargo')
arch=('i686' 'x86_64')
license=('MIT' 'APACHE')
-source=(https://github.com/est31/cargo-udeps/archive/v${pkgver}.tar.gz)
-sha512sums=('b493cdfc9a42c9d252983cb8885edcc30a639338b0267a411a364cfa41558b97e1219fe10aeacb58e5d2fa4fdbcce123b1d778c80230a16d7790e2c8ea9892f9')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/est31/cargo-udeps/archive/v${pkgver}.tar.gz)
+sha512sums=('a446bdf1a6ff8100325a7393bec415613cca4ee4cc0bdc55c8d406c89a14e5786a9f87f2f51101652ae1a5a3d63831b01978c045e70eb8bac47f37336c90dd58')
build() {
cd "cargo-udeps-${pkgver}"