summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb7dff937439..f6cc8b12c4c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=system76
_pkgbase=system76-power
pkgname=system76-power
-pkgver=97
+pkgver=100
pkgrel=1
pkgdesc="System76 Power Management"
arch=('any')
@@ -17,14 +17,12 @@ depends=(
)
makedepends=('rust')
source=(
- 'system76::git+https://github.com/pop-os/system76-power.git#commit=d7925643457fb7e0b27b7204d29f95704581759c'
+ 'system76::git+https://github.com/pop-os/system76-power.git#commit=ad63c6302c5b5c77a2d9aa2fe4d96f93aac3e563'
'graphics.patch'
- 'nvidia-fallback.service'
)
sha1sums=(
'SKIP'
- '171ba625717bb419e830a1275f8ba313915d3045'
- '5a81fb98c76cab0cd6e958d6776fca852c5ee4e2'
+ 'e486644709099b6348dc96d5f468ae289840dade'
)
pkgver() {
@@ -43,8 +41,6 @@ build() {
}
package() {
- install -Dm644 ${srcdir}/nvidia-fallback.service ${pkgdir}/usr/lib/systemd/system/nvidia-fallback.service
-
# Install daemons
install -Dm755 ${srcdir}/${_pkgname}/target/release/system76-power ${pkgdir}/usr/bin/system76-power