1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +01:00

upgpkg: cargo-license 0.4.2-1

upstream release
This commit is contained in:
2021-09-11 16:15:11 +02:00
parent 9b16ca3c90
commit 29a4b44b7a
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=cargo-license
pkgver=0.4.1
pkgver=0.4.2
pkgrel=1
pkgdesc="Cargo subcommand to see license of dependencies"
arch=(x86_64)
@@ -9,7 +9,7 @@ license=('MIT')
depends=(gcc-libs)
makedepends=(cargo)
source=("$pkgname-$pkgver.tar.gz::https://github.com/onur/cargo-license/archive/v$pkgver.tar.gz")
sha256sums=('5461fa97078ae9d508d3de1393f9b6eb13c77be4cafd56bde9da03137a5c7fe4')
sha256sums=('991d0d0cf1bf21b0a6fe1bc354bf876986477b06037be2a4718c5afce1a08925')
build() {
cd "$pkgname-$pkgver"