upgpkg(cargo-deb): 1.41.1

This commit is contained in:
MedzikUserBot 2022-11-13 22:19:01 +00:00
parent 945879c37d
commit 03de8b7cdf
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.0"
pkgver="1.41.1"
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=('63948c60c994c1885edc0067bd5124f79045f480a1d18ef21556849f233f5a58')
sha256sums=('7d53f8b3874f2a5751575d5ae484afd3b3abacc6930f3eecaca6e8cbf6b1fc96')
build() {
cd "${pkgname}-${pkgver}"