upgpkg(cargo-deb): 1.42.0

This commit is contained in:
MedzikUserBot 2023-01-19 04:20:11 +00:00
parent 41c417887e
commit fa20cdad97
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='cargo-deb'
pkgver="1.41.6"
pkgver="1.42.0"
pkgrel=1
pkgdesc='Cargo subcommand that generates Debian packages'
arch=('x86_64')
@ -8,7 +8,7 @@ url="https://github.com/kornelski/cargo-deb"
license=('MIT')
makedepends=('cargo')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('865d6de31f5a6acf2b35ece6de689fddbccc0e32e2325c1931bad20530d6823b')
sha256sums=('6d342b112837b29cd30d1bd7574ab350e4f9b05498e6dec9f08ed2e9a5213fd4')
build() {
cd "${pkgname}-${pkgver}"