summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da4a9453ef5..269fa3537f54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Jan 9 06:57:29 UTC 2018
pkgbase = system76-driver
pkgdesc = System76 Driver provides drivers, restore, and regression support for System76 computers
- pkgver = 17.10.12
+ pkgver = 17.10.16
pkgrel = 1
url = https://launchpad.net/system76-driver
install = system76-driver.install
@@ -19,12 +17,12 @@ pkgbase = system76-driver
optdepends = polkit: runnning System76 Driver GUI from application menu
optdepends = pulseaudio: To apply microphone fix
optdepends = xorg-xbacklight: To use the backlight service
- source = https://launchpad.net/~system76-dev/+archive/stable/+files/system76-driver_17.10.12.tar.xz
+ source = https://launchpad.net/~system76-dev/+archive/ubuntu/stable/+files/system76-driver_17.10.16.tar.xz
source = galu1.patch
source = gtk.patch
source = cli.patch
source = hidpi.patch
- sha1sums = 258e4ca35a156d8cc9b3a8cf1577240db4aa6fb4
+ sha1sums = c893e0c3123e757a37f2e10fd335fb473b1e2549
sha1sums = ea8d53a80a26eb05b367f27996c8ce715aafba1e
sha1sums = bf0c37a6226858c768e8ce2c9c3c3801aef14c0e
sha1sums = 92f0de2acea6ac69c36378c7139fb84a7eaf7842
diff --git a/PKGBUILD b/PKGBUILD
index 79270bcd8182..9d0502b5b327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Corey Hinshaw <coreyhinshaw@gmail.com>
pkgname=system76-driver
-pkgver=17.10.12
+pkgver=17.10.16
pkgrel=1
pkgdesc="System76 Driver provides drivers, restore, and regression support for System76 computers"
arch=('any')
@@ -18,9 +18,9 @@ optdepends=(
'polkit: runnning System76 Driver GUI from application menu'
'pulseaudio: To apply microphone fix'
'xorg-xbacklight: To use the backlight service')
-source=("https://launchpad.net/~system76-dev/+archive/stable/+files/${pkgname}_${pkgver}.tar.xz"
+source=("https://launchpad.net/~system76-dev/+archive/ubuntu/stable/+files/${pkgname}_${pkgver}.tar.xz"
'galu1.patch' 'gtk.patch' 'cli.patch' 'hidpi.patch')
-sha1sums=('258e4ca35a156d8cc9b3a8cf1577240db4aa6fb4'
+sha1sums=('c893e0c3123e757a37f2e10fd335fb473b1e2549'
'ea8d53a80a26eb05b367f27996c8ce715aafba1e'
'bf0c37a6226858c768e8ce2c9c3c3801aef14c0e'
'92f0de2acea6ac69c36378c7139fb84a7eaf7842'
@@ -28,7 +28,7 @@ sha1sums=('258e4ca35a156d8cc9b3a8cf1577240db4aa6fb4'
package() {
- cd ${srcdir}/${pkgname}
+ cd ${srcdir}/master_artful
###########
# Install #