summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Luz2021-10-11 00:52:20 +0200
committerMaximilian Luz2021-10-11 00:52:39 +0200
commitf6eee7c55fba319696f6f434217c537e56463d40 (patch)
tree6b1cf71ae7673d199a2ae34c97c421f036b152fc
parentaea7dc0b5f6aedcc920d582f2d5bf2d0fff90278 (diff)
downloadaur-f6eee7c55fba319696f6f434217c537e56463d40.tar.gz
Update to 0.4.1.1.r1.g152f1b8
Also fix makedeps
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f2f8d9751bc..5e4c69658d85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname='surface-control'
pkgname="${_pkgname}-git"
-pkgver=0.4.1.1.r0.g073eae1
+pkgver=0.4.1.1.r1.g152f1b8
pkgrel=1
pkgdesc='Control various aspects of Microsoft Surface devices from the Command-Line'
url='https://github.com/linux-surface/surface-control'
license=('MIT')
arch=('x86_64')
depends=('gcc-libs' 'systemd-libs')
-makedepends=('rust' 'cargo' 'systemd-libs')
+makedepends=('rust' 'cargo' 'systemd')
provides=("${_pkgname}")
conflicts=("${_pkgname}")