upgpkg(cargo-deb): 1.38.2

This commit is contained in:
MedzikUserBot 2022-07-06 16:27:37 +00:00
parent 3219f78323
commit 753b5d404a
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.38.1"
pkgver="1.38.2"
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=('fb865d8daf5b0f30cd2eab59a6e18e4b8fda1e6239e980ee3be7c2b863b4ba78')
sha256sums=('61a8cf30f866ebb9004ae36ff629722422a09d6af735b16987e2af5e0fb7b4c0')
build() {
cd "${pkgname}-${pkgver}"