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

upgpkg: cargo-license 0.6.0-1

upstream release
This commit is contained in:
2024-01-23 23:08:30 +01:00
parent 1ee8b9534d
commit f764e3d6b6
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.1
pkgver = 0.6.0
pkgrel = 1
url = https://github.com/onur/cargo-license
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
source = cargo-license-0.5.1.tar.gz::https://github.com/onur/cargo-license/archive/v0.5.1.tar.gz
sha256sums = 934359118e69dfdf75c0e3b25a1bd154c3568a73e767bd35cb2fa91320016569
source = cargo-license-0.6.0.tar.gz::https://github.com/onur/cargo-license/archive/v0.6.0.tar.gz
sha256sums = 3aa8bf5482aaf83c979ce4f9b5a9f2bd5cf8f71f99ab83c4ce52ed12f804009f
pkgname = cargo-license

View File

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