From 93d886697131ad9e4194c03f03b1c92bd351fe20 Mon Sep 17 00:00:00 2001 From: Mike Javorski Date: Tue, 7 Jun 2022 11:06:40 -0700 Subject: [PATCH] Rel 2: Restore versioned build path behavior (upstream is inconsistent) --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3d75f5d..d93d829 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = debianutils pkgdesc = Miscellaneous utilities specific to Debian pkgver = 5.7 - pkgrel = 1 + pkgrel = 2 url = http://packages.qa.debian.org/d/debianutils.html arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 8b7675c..1bb9b12 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Jochen Schalanda pkgname=debianutils pkgver=5.7 -pkgrel=1 +pkgrel=2 pkgdesc="Miscellaneous utilities specific to Debian" arch=('i686' 'x86_64') url="http://packages.qa.debian.org/d/debianutils.html" @@ -13,13 +13,13 @@ source=("http://deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver sha512sums=('79acd8885abca93842d696167171a359011c49a40f38deeb25bc94d62905f95afa3a7b2540d3bd4b0ffd363c5c48a439a1a68139a29d6c033980b019cea75d92') build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sbindir=/usr/bin make } package() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="$pkgdir" install msg 'Remove files of "which" and "run-parts" package...'