upgpkg(cargo-deb): 1.39.1

This commit is contained in:
MedzikUserBot 2022-09-08 11:17:49 +00:00
parent 086ba08c97
commit a5b5d2c0d5
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.39.0"
pkgver="1.39.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=('cc95caad45ead43cbd046df1aa2e8e497e161cbef155758122aaf9101150d3e3')
sha256sums=('e6499a241b777ce49ddd0b191d35ecd260b637278b520e7ecfba3b3cb9d28da8')
build() {
cd "${pkgname}-${pkgver}"