mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
upgpkg: cargo-cache 0.7.0-1
upstream release
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,13 +1,13 @@
|
|||||||
pkgbase = cargo-cache
|
pkgbase = cargo-cache
|
||||||
pkgdesc = Display info and prune cargo cache
|
pkgdesc = Display info and prune cargo cache
|
||||||
pkgver = 0.6.3
|
pkgver = 0.7.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/matthiaskrgr/cargo-cache
|
url = https://github.com/matthiaskrgr/cargo-cache
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
license = Apache
|
license = Apache
|
||||||
depends = cargo
|
depends = cargo
|
||||||
source = cargo-cache-0.6.3.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.6.3.tar.gz
|
source = cargo-cache-0.7.0.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.7.0.tar.gz
|
||||||
sha256sums = 2a95485babc97ab1c3ea9fffe61d36a001817ec0cce7fe512e012051532b7bb5
|
sha256sums = 57e7d8d13f604f9a585ffdaad4f1e23bc9398e36039a6183e5f616992280134e
|
||||||
|
|
||||||
pkgname = cargo-cache
|
pkgname = cargo-cache
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
# Contributor: Jason Nader <jason d0t nader pr0t0nmail.c0m>
|
# Contributor: Jason Nader <jason d0t nader pr0t0nmail.c0m>
|
||||||
|
|
||||||
pkgname=cargo-cache
|
pkgname=cargo-cache
|
||||||
pkgver=0.6.3
|
pkgver=0.7.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Display info and prune cargo cache"
|
pkgdesc="Display info and prune cargo cache"
|
||||||
arch=('x86_64')
|
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")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/$pkgver.tar.gz")
|
||||||
license=('MIT' 'Apache')
|
license=('MIT' 'Apache')
|
||||||
depends=('cargo')
|
depends=('cargo')
|
||||||
sha256sums=('2a95485babc97ab1c3ea9fffe61d36a001817ec0cce7fe512e012051532b7bb5')
|
sha256sums=('57e7d8d13f604f9a585ffdaad4f1e23bc9398e36039a6183e5f616992280134e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|||||||
Reference in New Issue
Block a user