upgpkg: devscripts 2.23.7-1

- Version bump.
- PKGBUILD updates.
This commit is contained in:
Giovanni Santini
2023-12-15 21:19:58 +01:00
parent ac7e498ea2
commit 1fb46f2367
2 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = devscripts
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
pkgver = 2.23.6
pkgrel = 2
pkgver = 2.23.7
pkgrel = 1
url = https://tracker.debian.org/pkg/devscripts
arch = i686
arch = x86_64
@@ -39,9 +39,9 @@ pkgbase = devscripts
provides = checkbashisms
conflicts = checkbashisms
options = !makeflags
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.6.tar.xz
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.7.tar.xz
source = fixes.patch
sha256sums = 358b6072348954eca333120801bf7d7a7eeb1e917224e6f49c0c68dd9f1854b1
sha256sums = 9ce9e5135472d8647e2ffb56655e00391e8e99aa7a4a8ae605cf0e1ffd9f3609
sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768
pkgname = devscripts

View File

@@ -6,8 +6,8 @@
# Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts
pkgver=2.23.6
pkgrel=2
pkgver=2.23.7
pkgrel=1
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('i686' 'x86_64')
url="https://tracker.debian.org/pkg/devscripts"
@@ -45,11 +45,11 @@ source=(
"https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz"
fixes.patch
)
sha256sums=('358b6072348954eca333120801bf7d7a7eeb1e917224e6f49c0c68dd9f1854b1'
sha256sums=('9ce9e5135472d8647e2ffb56655e00391e8e99aa7a4a8ae605cf0e1ffd9f3609'
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
prepare(){
cd "${pkgname}-${pkgver}"
cd "${pkgname}"
patch -p1 -i "$srcdir/fixes.patch"
# Ensure the local folder is recognized as a package and used appropriately.
@@ -57,12 +57,12 @@ prepare(){
}
build() {
cd "${pkgname}-${pkgver}"
cd "${pkgname}"
make
}
package() {
cd "${pkgname}-${pkgver}"
cd "${pkgname}"
make DESTDIR="$pkgdir" install
# Install the script manpages appropriately