summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Soto2018-07-19 11:32:30 -0700
committerFrancisco Soto2018-07-19 11:32:30 -0700
commit68a4e4b9173ab5529dde3c53c327c9075983f4ec (patch)
tree6b5157ef9c96434d5d19e06e1f037171fe5fce2a
parentf0dc07a8aafb9451e5e71bdc8d0d81f3ad62c73e (diff)
downloadaur-68a4e4b9173ab5529dde3c53c327c9075983f4ec.tar.gz
System76 power control v75-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87caa2db876d..719a68dc7c81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-power
pkgdesc = System76 Power Management
- pkgver = 72
- pkgrel = 3
+ pkgver = 75
+ pkgrel = 1
url = https://github.com/pop-os/system76-power
install = system76-power.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = system76-power
depends = dbus
depends = systemd
depends = system76-dkms
- source = system76::git+https://github.com/pop-os/system76-power.git#commit=038f0991aa4f351dcab55e06fc979fd929a833cc
+ source = system76::git+https://github.com/pop-os/system76-power.git#commit=eb86327bd825c632cea35324d463852a4bf9e763
source = graphics.patch
source = nvidia-fallback.service
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 427df201485a..e9e335ff84bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=system76
_pkgbase=system76-power
pkgname=system76-power
-pkgver=72
-pkgrel=3
+pkgver=75
+pkgrel=1
pkgdesc="System76 Power Management"
arch=('any')
url="https://github.com/pop-os/system76-power"
@@ -17,7 +17,7 @@ depends=(
)
makedepends=('rust')
source=(
- 'system76::git+https://github.com/pop-os/system76-power.git#commit=038f0991aa4f351dcab55e06fc979fd929a833cc'
+ 'system76::git+https://github.com/pop-os/system76-power.git#commit=eb86327bd825c632cea35324d463852a4bf9e763'
'graphics.patch'
'nvidia-fallback.service'
)