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

Update to v0.5.0

This commit is contained in:
2020-08-02 23:14:37 +02:00
parent 8919c13672
commit bbca9ee571
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -2,7 +2,7 @@
# Contributor: Jason Nader <jason d0t nader pr0t0nmail.c0m>
pkgname=cargo-cache
pkgver=0.4.3
pkgver=0.5.0
pkgrel=1
pkgdesc="Display info and prune cargo cache"
arch=('x86_64')
@@ -10,11 +10,11 @@ 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=('9aea31559c9a537748296d8a75d9563f28de1980aeb11bdfbb33d37dda64ef00')
sha256sums=('0c478b1140f8d32b4f2204482819bc22fe4f44644b33869dbafabb705da975c7')
build() {
cd "$pkgname-$pkgver"
cargo build --release
cargo build --release --locked
}
package() {