[arch-commits] Commit in power-profiles-daemon/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Oct 4 17:03:48 UTC 2021


    Date: Monday, October 4, 2021 @ 17:03:48
  Author: arojas
Revision: 425076

Update to 0.10.0, stop running pylint tests, only upstream should care about those

Modified:
  power-profiles-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 16:10:15 UTC (rev 425075)
+++ PKGBUILD	2021-10-04 17:03:48 UTC (rev 425076)
@@ -2,24 +2,18 @@
 # Contributor: tinywrkb <tinywrkb at gmail.com>
 
 pkgname=power-profiles-daemon
-pkgver=0.9.0
-pkgrel=4
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='Makes power profiles handling available over D-Bus'
 url='https://gitlab.freedesktop.org/hadess/power-profiles-daemon'
 license=(GPL3)
 arch=(x86_64)
-depends=(python upower)
+depends=(python upower polkit)
 makedepends=(meson)
-checkdepends=(python-dbusmock python-isort python-mccabe python-pylint umockdev)
-source=(https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/$pkgver/$pkgname-$pkgver.tar.gz
-        https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/commit/42b3341b.patch)
-b2sums=('e81818ead84fb627eaba2f17ddba57b69b81e07bfa8d159ae73b7448f91dad72bc30ba9b8d91d190ebe1c38e9c227318bfec4eb3cb32aefc2a05134e17df3f47'
-        '8439cec80bd5fad861c28a059b6a95349c492163c8c8fb4513e8354911ec807053f0edfce0e94712872355ac3175b43eb1d0ae47b7a0f855f685967bbc0503e2')
+checkdepends=(python-dbusmock python-isort python-mccabe umockdev)
+source=(https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+b2sums=('e8c92bb4e848eca3c0b5263c5e4ae0c4aea51ce608086263148efd65d7520815b1a8efe2876c78fbff13a0c503a5fb9426fa70e050c8b3fc7943da0e7068a41f')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 42b3341b.patch # Fix test failure
-}
-
 build() {
   meson $pkgname-$pkgver build \
     --prefix /usr \



More information about the arch-commits mailing list