1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Update to v0.5.1

This commit is contained in:
2020-08-07 02:53:17 +02:00
parent bbca9ee571
commit 08ddc4c5da
2 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
pkgbase = cargo-cache
pkgdesc = Display info and prune cargo cache
pkgver = 0.5.0
pkgver = 0.5.1
pkgrel = 1
url = https://github.com/matthiaskrgr/cargo-cache
arch = x86_64
license = MIT
license = Apache
depends = cargo
source = cargo-cache-0.5.0.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.5.0.tar.gz
sha256sums = 0c478b1140f8d32b4f2204482819bc22fe4f44644b33869dbafabb705da975c7
source = cargo-cache-0.5.1.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.5.1.tar.gz
sha256sums = f808dc5cfececd1040d8b45dfe5b52d1bb7684f4316b794d923b6c65e912963a
pkgname = cargo-cache

View File

@@ -2,7 +2,7 @@
# Contributor: Jason Nader <jason d0t nader pr0t0nmail.c0m>
pkgname=cargo-cache
pkgver=0.5.0
pkgver=0.5.1
pkgrel=1
pkgdesc="Display info and prune cargo cache"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/matthiaskrgr/cargo-cache"
source=("$pkgname-$pkgver.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/$pkgver.tar.gz")
license=('MIT' 'Apache')
depends=('cargo')
sha256sums=('0c478b1140f8d32b4f2204482819bc22fe4f44644b33869dbafabb705da975c7')
sha256sums=('f808dc5cfececd1040d8b45dfe5b52d1bb7684f4316b794d923b6c65e912963a')
build() {
cd "$pkgname-$pkgver"