summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23cb43d4585c..3b53837bf890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 5 22:35:25 UTC 2017
+# Mon May 22 01:32:37 UTC 2017
pkgbase = system76-driver
pkgdesc = System76 Driver provides drivers, restore, and regression support for System76 computers
- pkgver = 16.10.19
+ pkgver = 16.10.20
pkgrel = 1
url = https://launchpad.net/system76-driver
install = system76-driver.install
@@ -18,16 +18,14 @@ pkgbase = system76-driver
optdepends = grub: To apply kernel boot time parameters
optdepends = polkit: runnning System76 Driver GUI from application menu
optdepends = pulseaudio: To apply microphone fix
- source = https://launchpad.net/~system76-dev/+archive/stable/+files/system76-driver_16.10.19.tar.gz
+ source = https://launchpad.net/~system76-dev/+archive/stable/+files/system76-driver_16.10.20.tar.gz
source = system76.service
source = galu1.patch
- source = grub.patch
source = gtk.patch
source = cli.patch
- sha1sums = bd07cbe639fc90848e889862016baee3e71546e0
+ sha1sums = e685e83b943178fc40be73dc06a53527d7664fa0
sha1sums = cf763432441c3da0563eee041145a02109f2bb3a
sha1sums = ea8d53a80a26eb05b367f27996c8ce715aafba1e
- sha1sums = b60a6f1554d806340f1f24bd3543561f8b4abf57
sha1sums = bf0c37a6226858c768e8ce2c9c3c3801aef14c0e
sha1sums = 92f0de2acea6ac69c36378c7139fb84a7eaf7842
diff --git a/PKGBUILD b/PKGBUILD
index 32c2e911b6fe..461be294caba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ava1ar <mail(at)ava1ar(dot)me>
pkgname=system76-driver
-pkgver=16.10.19
+pkgver=16.10.20
pkgrel=1
pkgdesc="System76 Driver provides drivers, restore, and regression support for System76 computers"
arch=('any')
@@ -17,11 +17,10 @@ optdepends=(
'polkit: runnning System76 Driver GUI from application menu'
'pulseaudio: To apply microphone fix')
source=("https://launchpad.net/~system76-dev/+archive/stable/+files/${pkgname}_${pkgver}.tar.gz"
- 'system76.service' 'galu1.patch' 'grub.patch' 'gtk.patch' 'cli.patch')
-sha1sums=('bd07cbe639fc90848e889862016baee3e71546e0'
+ 'system76.service' 'galu1.patch' 'gtk.patch' 'cli.patch')
+sha1sums=('e685e83b943178fc40be73dc06a53527d7664fa0'
'cf763432441c3da0563eee041145a02109f2bb3a'
'ea8d53a80a26eb05b367f27996c8ce715aafba1e'
- 'b60a6f1554d806340f1f24bd3543561f8b4abf57'
'bf0c37a6226858c768e8ce2c9c3c3801aef14c0e'
'92f0de2acea6ac69c36378c7139fb84a7eaf7842')
@@ -50,7 +49,7 @@ package() {
# galu1 model-specific patch
patch --no-backup-if-mismatch -Np1 -i ${srcdir}/galu1.patch
# making grub optional - do not fail if /etc/default/grub file not found
- patch --no-backup-if-mismatch -Np1 -i ${srcdir}/grub.patch
+ #patch --no-backup-if-mismatch -Np1 -i ${srcdir}/grub.patch
# enabling "Restore System" button if all changes applied
patch --no-backup-if-mismatch -Np1 -i ${srcdir}/gtk.patch