upgpkg(cargo-deb): 1.38.3

This commit is contained in:
MedzikUserBot 2022-08-14 16:23:15 +00:00
parent 6f65e70e79
commit 693770cfd9
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.2"
pkgver="1.38.3"
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=('61a8cf30f866ebb9004ae36ff629722422a09d6af735b16987e2af5e0fb7b4c0')
sha256sums=('59f0a1ec6fa5f666d8865d1ad067cef8de25324f3f586d6144ec31f2b0bd466f')
build() {
cd "${pkgname}-${pkgver}"