From dc8d7157a95615d5b025b16ecdbb9c21bcecd924 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 30 Aug 2025 00:15:35 -0400 Subject: refactor: remove wrong conflicts= and provides= --- .SRCINFO | 4 +--- PKGBUILD | 8 +------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0a52d3d..f6abcfe 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python2-libxml2 pkgdesc = Python 2 bindings for the XML parsing library v2 pkgver = 2.9.14 - pkgrel = 2 + pkgrel = 3 url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home arch = x86_64 arch = aarch64 @@ -12,8 +12,6 @@ pkgbase = python2-libxml2 depends = glibc depends = libxml2-legacy depends = python2 - provides = python2-libxml2 - conflicts = python2-libxml2 source = python2-libxml2::git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 source = no-fuzz.diff source = https://www.w3.org/XML/Test/xmlts20130923.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 0970834..a32c85d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _modulename="libxml2" _pyruntime=python2 pkgname="${_pyruntime}-${_modulename}" pkgver=2.9.14 -pkgrel=2 +pkgrel=3 pkgdesc='Python 2 bindings for the XML parsing library v2' _url="https://gitlab.gnome.org/GNOME/${_modulename}" url="${_url}/-/wikis/home" @@ -18,12 +18,6 @@ depends=( makedepends=( git ) -provides=( - "${pkgname}" -) -conflicts=( - "${pkgname}" -) _commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 # tags/v2.9.14^0 _w3_tests="https://www.w3.org/XML/Test/xmlts20130923.tar.gz" source=( -- cgit v1.2.3 > 🚨 these dotfiles are HEAVILY tailored for my needs and setup. Feel free to explore and find ideas, but use at your own risk.
aboutsummaryrefslogtreecommitdiffstats
path: root/.local/bin/awesome-keymapper (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-03kj-gitbot: .local/share/python-rainfall/rainfall.pykj-sh6041-2/+1
2024-07-02refactor: `config.fish`kj-sh6041-1/+1
2024-06-30feat: `undofile = true`kj-sh6041-1/+2
2024-06-30refactor: delete symlinkkj-sh6041-1/+0
2024-06-30refactor: switch to `paru`kj-sh6043-6/+43
2024-06-29refactor: revert to `92118b2`kj-sh6041-2/+0
2024-06-29refactor: testkj-sh6041-0/+2
2024-06-29refactor: Perl-ify REGEXsBlista Kanjo1-3/+3
2024-06-29refactor: fix `.stowrc`Blista Kanjo1-3/+3
2024-06-29kj-gitbot: README.mdBlista Kanjo1-1/+1
2024-06-29kj-gitbot: .config/awesome/rc.luaBlista Kanjo1-1/+1
2024-06-29kj-gitbot: .config/awesome/rc-4.3-3.luaBlista Kanjo1-1/+1
2024-06-28refactor: changed a descriptionBlista Kanjo3-3/+3
2024-06-28refactor: change a few keybindsBlista Kanjo3-7/+7
2024-06-28feat: add `dots` aliasBlista Kanjo1-0/+1
2024-06-28refactor: ignore `.vim*` filesBlista Kanjo1-0/+2
may need to make ignore file in the future