mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
Update to v0.6.0.
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,14 +1,14 @@
|
|||||||
pkgbase = cargo-cache
|
pkgbase = cargo-cache
|
||||||
pkgdesc = Display info and prune cargo cache
|
pkgdesc = Display info and prune cargo cache
|
||||||
pkgver = 0.5.1
|
pkgver = 0.6.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.5.1.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.5.1.tar.gz
|
source = cargo-cache-0.6.0.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.6.0.tar.gz
|
||||||
sha256sums = f808dc5cfececd1040d8b45dfe5b52d1bb7684f4316b794d923b6c65e912963a
|
sha256sums = e07f190708b3b6e0fda86cef9d9ddcfb57e954ee5fc19268fbef6c1323b9bcfe
|
||||||
|
|
||||||
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.5.1
|
pkgver=0.6.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=('f808dc5cfececd1040d8b45dfe5b52d1bb7684f4316b794d923b6c65e912963a')
|
sha256sums=('e07f190708b3b6e0fda86cef9d9ddcfb57e954ee5fc19268fbef6c1323b9bcfe')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|||||||
Reference in New Issue
Block a user