Update to latest version 5.7

This commit is contained in:
Mike Javorski
2022-06-07 10:26:00 -07:00
parent 49621e8b01
commit 6c0f0b6061
2 changed files with 6 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = debianutils
pkgdesc = Miscellaneous utilities specific to Debian
pkgver = 4.11.2
pkgver = 5.7
pkgrel = 1
url = http://packages.qa.debian.org/d/debianutils.html
arch = i686
@@ -8,8 +8,7 @@ pkgbase = debianutils
license = GPL
depends = run-parts
depends = which
source = http://cdn-fastly.deb.debian.org/debian/pool/main/d/debianutils/debianutils_4.11.2.tar.xz
sha512sums = 0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd
source = http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.7.orig.tar.gz
sha512sums = 79acd8885abca93842d696167171a359011c49a40f38deeb25bc94d62905f95afa3a7b2540d3bd4b0ffd363c5c48a439a1a68139a29d6c033980b019cea75d92
pkgname = debianutils

View File

@@ -2,15 +2,15 @@
# Contributor: brent s. <bts[at]square-r00t[dot]net>
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
pkgname=debianutils
pkgver=4.11.2
pkgver=5.7
pkgrel=1
pkgdesc="Miscellaneous utilities specific to Debian"
arch=('i686' 'x86_64')
url="http://packages.qa.debian.org/d/debianutils.html"
license=('GPL')
depends=('run-parts' 'which')
source=("http://cdn-fastly.deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz")
sha512sums=('0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd')
source=("http://deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
sha512sums=('79acd8885abca93842d696167171a359011c49a40f38deeb25bc94d62905f95afa3a7b2540d3bd4b0ffd363c5c48a439a1a68139a29d6c033980b019cea75d92')
build() {
cd "${srcdir}/${pkgname}"