Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-20 03:43:40 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-20 03:43:40 +0300
commit062dfdde23298f4804bf0a58232830d512cbd739 (patch)
tree75952e9bd7a4e5727fdffc2b3e176c2333bbfdcc
parent8c0a71960c411e506576c70f8c12ba805924170d (diff)
extra/upower: Remove patches
-rw-r--r--extra/upower/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/upower/PKGBUILD b/extra/upower/PKGBUILD
index f4605c89..8b137891 100644
--- a/extra/upower/PKGBUILD
+++ b/extra/upower/PKGBUILD
@@ -1,11 +1 @@
-# not recognized by buildmaster, done manually
-checkdepends=(python-{dbusmock,gobject} umockdev)
-checkdepends+=(dbus-python)
-# ignoring failing test: 5/58 Tests.test_battery_energy_charge_mixed
-eval "$(
- declare -f check | \
- sed '
- s/\(meson test.*\)/\1 || true/
- '
-)"