summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Soto2018-08-25 01:05:24 -0700
committerFrancisco Soto2018-08-25 01:05:24 -0700
commit616dd5f2a088172cd569d228371088a9e3692ed9 (patch)
treedf197618999c494d4ccb366ef2f6d5c5310496f2
parent88d1cfd368b45306fbaa8ddeba0db8f21677f1cf (diff)
downloadaur-616dd5f2a088172cd569d228371088a9e3692ed9.tar.gz
Update to version 97-1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--graphics.patch23
3 files changed, 12 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dca0504709d2..66c17afb4032 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-power
pkgdesc = System76 Power Management
- pkgver = 75
- pkgrel = 2
+ pkgver = 97
+ pkgrel = 1
url = https://github.com/pop-os/system76-power
install = system76-power.install
arch = any
@@ -10,11 +10,11 @@ pkgbase = system76-power
depends = dbus
depends = systemd
depends = system76-dkms
- source = system76::git+https://github.com/pop-os/system76-power.git#commit=eb86327bd825c632cea35324d463852a4bf9e763
+ source = system76::git+https://github.com/pop-os/system76-power.git#commit=d7925643457fb7e0b27b7204d29f95704581759c
source = graphics.patch
source = nvidia-fallback.service
sha1sums = SKIP
- sha1sums = da260fc98072a5eabb0adea71674337c55044b1d
+ sha1sums = 171ba625717bb419e830a1275f8ba313915d3045
sha1sums = 5a81fb98c76cab0cd6e958d6776fca852c5ee4e2
pkgname = system76-power
diff --git a/PKGBUILD b/PKGBUILD
index 578c72116a2f..cb7dff937439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=system76
_pkgbase=system76-power
pkgname=system76-power
-pkgver=75
-pkgrel=2
+pkgver=97
+pkgrel=1
pkgdesc="System76 Power Management"
arch=('any')
url="https://github.com/pop-os/system76-power"
@@ -17,13 +17,13 @@ depends=(
)
makedepends=('rust')
source=(
- 'system76::git+https://github.com/pop-os/system76-power.git#commit=eb86327bd825c632cea35324d463852a4bf9e763'
+ 'system76::git+https://github.com/pop-os/system76-power.git#commit=d7925643457fb7e0b27b7204d29f95704581759c'
'graphics.patch'
'nvidia-fallback.service'
)
sha1sums=(
'SKIP'
- 'da260fc98072a5eabb0adea71674337c55044b1d'
+ '171ba625717bb419e830a1275f8ba313915d3045'
'5a81fb98c76cab0cd6e958d6776fca852c5ee4e2'
)
diff --git a/graphics.patch b/graphics.patch
index 22d3ddec75be..dbcff95157b2 100644
--- a/graphics.patch
+++ b/graphics.patch
@@ -1,25 +1,10 @@
---- src/system76/src/graphics.rs 2018-08-02 15:35:01.827659700 -0700
-+++ src/system76/src/graphics.rs.new 2018-08-02 15:34:54.020993125 -0700
-@@ -12,10 +12,10 @@
- blacklist nvidia
- blacklist nvidia-drm
- blacklist nvidia-modeset
--alias nouveau off
--alias nvidia off
--alias nvidia-drm off
--alias nvidia-modeset off
-+#alias nouveau off
-+#alias nvidia off
-+#alias nvidia-drm off
-+#alias nvidia-modeset off
- "#;
-
- pub struct Graphics {
+--- src/system76/src/graphics.rs 2018-08-25 00:37:50.963144090 -0700
++++ src/system76/src/graphics.rs.new 2018-08-24 15:57:13.563144181 -0700
@@ -135,14 +135,14 @@
}
}
-- eprintln!("Updating initramfs");
+- info!("Updating initramfs");
- let status = process::Command::new("update-initramfs").arg("-u").status()?;
- if ! status.success() {
- return Err(io::Error::new(
@@ -27,7 +12,7 @@
- format!("update-initramfs: failed with {}", status)
- ));
- }
-+ // eprintln!("Updating initramfs");
++ // info!("Updating initramfs");
+ // let status = process::Command::new("update-initramfs").arg("-u").status()?;
+ // if ! status.success() {
+ // return Err(io::Error::new(