We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6970c9 commit 677228dCopy full SHA for 677228d
1 file changed
lib/package_register.c
@@ -107,7 +107,6 @@ xbps_register_pkg(struct xbps_handle *xhp, xbps_dictionary_t pkgrd)
107
xbps_dictionary_remove(pkgd, "remove-and-update");
108
xbps_dictionary_remove(pkgd, "transaction");
109
xbps_dictionary_remove(pkgd, "skip-obsoletes");
110
- xbps_dictionary_remove(pkgd, "pkgname");
111
xbps_dictionary_remove(pkgd, "version");
112
113
if (!xbps_dictionary_set(xhp->pkgdb, pkgname, pkgd)) {
0 commit comments