upgpkg(cargo-deb): 1.42.1

This commit is contained in:
MedzikUserBot 2023-01-27 18:18:53 +00:00
parent 1fa58890bc
commit 7e34b3e3c6
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.42.0"
pkgver="1.42.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=('6d342b112837b29cd30d1bd7574ab350e4f9b05498e6dec9f08ed2e9a5213fd4')
sha256sums=('88bf42498fa3e3ea6545ddbf652bc22f5ef5016ddf375205da0e8a3184bc371a')
build() {
cd "${pkgname}-${pkgver}"