Update to v0.4.0.

This commit is contained in:
Bert Peters 2020-12-28 19:37:38 +01:00
parent 0795fb8922
commit 713672fe3b
2 changed files with 5 additions and 5 deletions

View file

@ -1,14 +1,14 @@
pkgbase = cargo-license
pkgdesc = Cargo subcommand to see license of dependencies
pkgver = 0.3.0
pkgver = 0.4.0
pkgrel = 1
url = https://github.com/onur/cargo-license
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
source = cargo-license-0.3.0.tar.gz::https://github.com/onur/cargo-license/archive/v0.3.0.tar.gz
sha256sums = 50edb76242a93604386deb87f730d08538f893a571cd1ae6a3f53dd203c7bfae
source = cargo-license-0.4.0.tar.gz::https://github.com/onur/cargo-license/archive/v0.4.0.tar.gz
sha256sums = 3dab73571e99c9f11feed95ad2eb3e89921166cf34de8b7dd3d87c8d82711250
pkgname = cargo-license

View file

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