1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-28 05:50:31 +01:00

Update to v0.4.1

This commit is contained in:
2021-03-13 13:29:27 +01:00
parent 713672fe3b
commit 0abe624351
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=cargo-license
pkgver=0.4.0
pkgver=0.4.1
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=('3dab73571e99c9f11feed95ad2eb3e89921166cf34de8b7dd3d87c8d82711250')
sha256sums=('5461fa97078ae9d508d3de1393f9b6eb13c77be4cafd56bde9da03137a5c7fe4')
build() {
cd "$pkgname-$pkgver"