summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorey Hinshaw2019-10-11 10:19:26 -0400
committerCorey Hinshaw2019-10-11 10:19:26 -0400
commit3d344cc8de533db9bf121e0bb20e44e0b5bba16a (patch)
tree8fb73db112f8bb6b04c7f38c1981959460c8bc22 /PKGBUILD
parentd567fb2c1dd89a9ef34ff5c8ef3025d6e018a89a (diff)
downloadaur-3d344cc8de533db9bf121e0bb20e44e0b5bba16a.tar.gz
Move rust to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2039c08c8ad..ebcd1f70dce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=system76-oled
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Control brightness on System76 OLED displays"
arch=('x86_64')
url="https://github.com/pop-os/system76-oled"
license=('GPL3')
-depends=('rust' 'dbus' 'libx11' 'libxrandr')
+depends=('dbus' 'libx11' 'libxrandr')
+makedepends=('rust')
source=("https://github.com/pop-os/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('af99b853c309bae06114aa3a49ab86a31db44d55b5e074d8a560854150d60f9d')