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

upgpkg: cargo-license 0.5.1-1

upstream release
This commit is contained in:
2022-10-17 23:26:43 +02:00
parent 0e8c8c10c7
commit 716947c251
2 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
pkgbase = cargo-license
pkgdesc = Cargo subcommand to see license of dependencies
pkgver = 0.5.0
pkgver = 0.5.1
pkgrel = 1
url = https://github.com/onur/cargo-license
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
source = cargo-license-0.5.0.tar.gz::https://github.com/onur/cargo-license/archive/v0.5.0.tar.gz
sha256sums = 6ac98b5dce2036fb2a51b54aa80ec9a8fbd5c03570bcbe7794ad06ad8be59c8e
source = cargo-license-0.5.1.tar.gz::https://github.com/onur/cargo-license/archive/v0.5.1.tar.gz
sha256sums = 934359118e69dfdf75c0e3b25a1bd154c3568a73e767bd35cb2fa91320016569
pkgname = cargo-license

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=cargo-license
pkgver=0.5.0
pkgver=0.5.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=('6ac98b5dce2036fb2a51b54aa80ec9a8fbd5c03570bcbe7794ad06ad8be59c8e')
sha256sums=('934359118e69dfdf75c0e3b25a1bd154c3568a73e767bd35cb2fa91320016569')
build() {
cd "$pkgname-$pkgver"