diff --git a/pacman-contrib/0100-contrib.patch b/pacman-contrib/0100-contrib.patch index 424933a3..5fd6c106 100644 --- a/pacman-contrib/0100-contrib.patch +++ b/pacman-contrib/0100-contrib.patch @@ -20,20 +20,20 @@ edit = sed \ -e 's|@bindir[@]|${bindir}|g' \ -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ ---- pacman-contrib-v1.10.1/src/checkupdates.sh.in.orig 2024-01-04 03:28:56.000000000 +0100 -+++ pacman-contrib-v1.10.1/src/checkupdates.sh.in 2024-01-05 12:15:22.106799900 +0100 -@@ -120,10 +120,6 @@ +--- pacman-contrib-v1.10.5/src/checkupdates.sh.in.orig 2024-03-16 20:28:05.000000000 +0100 ++++ pacman-contrib-v1.10.5/src/checkupdates.sh.in 2024-03-17 12:49:36.397938100 +0100 +@@ -126,10 +126,6 @@ unset ALL_OFF BOLD BLUE GREEN RED YELLOW fi --if ! type -P fakeroot >/dev/null; then +-if ! type -p fakeroot >/dev/null; then - die 'Cannot find the fakeroot binary' -fi - if [[ -z $CHECKUPDATES_DB ]]; then CHECKUPDATES_DB="${TMPDIR:-/tmp}/checkup-db-${UID}/" fi -@@ -142,7 +138,7 @@ +@@ -148,7 +144,7 @@ if (( SYNC )); then mkdir -p "$CHECKUPDATES_DB" ln -s "${DBPath}/local" "$CHECKUPDATES_DB" &> /dev/null diff --git a/pacman-contrib/PKGBUILD b/pacman-contrib/PKGBUILD index 364b0917..3bea1bcf 100644 --- a/pacman-contrib/PKGBUILD +++ b/pacman-contrib/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Ray Donnelly pkgname=pacman-contrib -pkgver=1.10.4 +pkgver=1.10.5 pkgrel=1 pkgdesc="Contributed scripts and tools for pacman systems (MSYS2 port)" arch=('i686' 'x86_64') @@ -22,8 +22,8 @@ makedepends=('asciidoc' ) source=(https://gitlab.archlinux.org/pacman/pacman-contrib/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz "0100-contrib.patch") -sha256sums=('c3cacd7041c09e57eb832c80f5f655e73769c71e126c93b87b79ce9258913867' - '89026a0e713e241ec35dd5c70b46f03d04814befef78be41b64aede3973de09d') +sha256sums=('70efee8d5174fe8a1bbf218f33e1e992cf19357d2785932863c37649ae6e1527' + 'ead76f91b3142b81e672c8e69d869c74f85f0e1c484a46913e6e68216775b99b') prepare() { cd ${srcdir}/${pkgname}-v${pkgver}