summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17b95a1fa3dc..b4e6b10e70e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-power
pkgdesc = System76 Power Management
- pkgver = 1.1.26
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/pop-os/system76-power
install = system76-power.install
arch = any
@@ -13,9 +13,10 @@ pkgbase = system76-power
optdepends = system76-acpi-dkms: some systems might need this driver
optdepends = system76-dkms: some systems might need this driver
optdepends = system76-io-dkms: some systems might need this driver
- source = https://github.com/pop-os/system76-power/archive/1.1.26.tar.gz
+ provides = power-profiles-daemon
+ source = https://github.com/pop-os/system76-power/archive/1.2.0.tar.gz
source = use-mkinitcpio.patch
- sha256sums = d78dd6b69d2ee0759652eae9b3bc29191d337f56a89c08d82d2d0ed30435b5c2
+ sha256sums = c2038fe46adca52f4fc1422231d743553cc7ef882b68c3697da874013c97cef9
sha256sums = bae03d96faea0f7ea80cb1cc5d4f2f97804509db378aaacb3e1d08cd38e05765
pkgname = system76-power
diff --git a/PKGBUILD b/PKGBUILD
index b159c192ef54..4c47ab9300ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: tleydxdy <shironeko(at)waifu(dot)club>
pkgname=system76-power
-pkgver=1.1.26
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc="System76 Power Management"
arch=('any')
url="https://github.com/pop-os/system76-power"
@@ -13,6 +13,7 @@ depends=(
'libusb'
'polkit'
)
+provides=('power-profiles-daemon')
optdepends=(
'system76-acpi-dkms: some systems might need this driver'
'system76-dkms: some systems might need this driver'
@@ -23,7 +24,7 @@ source=(
"https://github.com/pop-os/${pkgname}/archive/${pkgver}.tar.gz"
'use-mkinitcpio.patch'
)
-sha256sums=('d78dd6b69d2ee0759652eae9b3bc29191d337f56a89c08d82d2d0ed30435b5c2'
+sha256sums=('c2038fe46adca52f4fc1422231d743553cc7ef882b68c3697da874013c97cef9'
'bae03d96faea0f7ea80cb1cc5d4f2f97804509db378aaacb3e1d08cd38e05765')
prepare() {