summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-02-07 06:12:42 -0700
committerMark Wagie2023-02-07 06:12:42 -0700
commit7c549fe093779ff818f8686ca4a77f903210f9f8 (patch)
treefce2bcd2312f849780f79f37723a4f64ce397de6
parentdb76909c7560df9f514f4b3c54814ea51c27f76e (diff)
downloadaur-7c549fe093779ff818f8686ca4a77f903210f9f8.tar.gz
add missing build dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4c83ff49285..cf1425ea1267 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-driver
pkgdesc = Universal driver for System76 computers
pkgver = 20.04.73
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/system76-driver
install = system76-driver.install
arch = any
@@ -10,6 +10,7 @@ pkgbase = system76-driver
makedepends = python-build
makedepends = python-installer
makedepends = python-pyflakes
+ makedepends = python-setuptools
makedepends = python-wheel
depends = at
depends = dmidecode
diff --git a/PKGBUILD b/PKGBUILD
index 3c4d8c206291..3dc5facd9721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Corey Hinshaw <corey(at)electrickite(dot)org>
pkgname=system76-driver
pkgver=20.04.73
-pkgrel=1
+pkgrel=2
pkgdesc="Universal driver for System76 computers"
arch=('any')
url="https://github.com/pop-os/system76-driver"
@@ -12,7 +12,8 @@ depends=('at' 'dmidecode' 'ethtool' 'gtk3' 'lm_sensors' 'pciutils' 'polkit'
'python' 'python-cffi' 'python-dbus' 'python-distro' 'python-evdev'
'python-gobject' 'python-pynacl' 'python-systemd' 'python-xlib'
'system76-firmware-daemon' 'usbutils' 'wireless_tools')
-makedepends=('git' 'python-build' 'python-installer' 'python-pyflakes' 'python-wheel')
+makedepends=('git' 'python-build' 'python-installer' 'python-pyflakes'
+ 'python-setuptools' 'python-wheel')
optdepends=(
'firmware-manager: Manage System76 firmware updates via standalone application'
'grub: Required to apply kernel parameters'