diff --git a/srcpkgs/xbps/patches/7b728f5ac.patch b/srcpkgs/xbps/patches/7b728f5ac.patch index 4e3ab7b84e4..7310ddd609d 100644 --- a/srcpkgs/xbps/patches/7b728f5ac.patch +++ b/srcpkgs/xbps/patches/7b728f5ac.patch @@ -1,10 +1,13 @@ -commit 7b728f5ac0adc28f3d7270c26e14ecff73a7f16f -Author: Duncaen -Date: Wed Jun 26 22:24:47 2019 +0200 +From 7b728f5ac0adc28f3d7270c26e14ecff73a7f16f Mon Sep 17 00:00:00 2001 +From: Duncaen +Date: Wed, 26 Jun 2019 22:24:47 +0200 +Subject: [PATCH] bin/xbps-remove: fix skipping executing orphans transaction - bin/xbps-remove: fix skipping executing orphans transaction +--- + bin/xbps-remove/main.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git bin/xbps-remove/main.c bin/xbps-remove/main.c +diff --git a/bin/xbps-remove/main.c b/bin/xbps-remove/main.c index 1ef328a8..4ff943c0 100644 --- bin/xbps-remove/main.c +++ bin/xbps-remove/main.c