upgpkg: dh-make 2.202304-1

This commit is contained in:
Luiz Amaral
2024-03-30 22:06:06 +01:00
parent 13b2365677
commit a26b190215
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = dh-make pkgbase = dh-make
pkgdesc = Tool that converts source archives into Debian package source pkgdesc = Tool that converts source archives into Debian package source
pkgver = 2.202303 pkgver = 2.202304
pkgrel = 1 pkgrel = 1
url = https://salsa.debian.org/debian/dh-make url = https://salsa.debian.org/debian/dh-make
arch = any arch = any
@@ -9,7 +9,7 @@ pkgbase = dh-make
depends = dpkg depends = dpkg
depends = make depends = make
depends = python depends = python
source = git+https://salsa.debian.org/debian/dh-make.git#tag=debian/2.202303 source = git+https://salsa.debian.org/debian/dh-make.git#tag=debian/2.202304
sha512sums = SKIP sha512sums = 7d986093d525cea2c5e7b32984de9be98a6c9d867174259657c11faadeb4db5ff5d7f314c8421c3037c0fce290587037d5af34109bb276a2b76739a4bfa4ab8f
pkgname = dh-make pkgname = dh-make

View File

@@ -5,7 +5,7 @@
# Contributor: Bartosz Feński <fenio@debian.org> # Contributor: Bartosz Feński <fenio@debian.org>
pkgname=dh-make pkgname=dh-make
pkgver=2.202303 pkgver=2.202304
pkgrel=1 pkgrel=1
pkgdesc="Tool that converts source archives into Debian package source" pkgdesc="Tool that converts source archives into Debian package source"
arch=('any') arch=('any')
@@ -14,7 +14,7 @@ license=('GPL')
depends=('dpkg' 'make' 'python') depends=('dpkg' 'make' 'python')
makedepends=('git') makedepends=('git')
source=("git+$url.git#tag=debian/$pkgver") source=("git+$url.git#tag=debian/$pkgver")
sha512sums=('SKIP') sha512sums=('7d986093d525cea2c5e7b32984de9be98a6c9d867174259657c11faadeb4db5ff5d7f314c8421c3037c0fce290587037d5af34109bb276a2b76739a4bfa4ab8f')
package() { package() {
cd "$srcdir/$pkgname" cd "$srcdir/$pkgname"