summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Luz2021-03-21 04:12:57 +0100
committerMaximilian Luz2021-03-21 04:12:57 +0100
commit15333b43cd9c9f78cbd7124961d34a7cf9a16cf8 (patch)
tree0af101d31e0d53eb0fde3cb331e779af42cddddc
parent52fa99e145df9735f471b9b3ed4fa2df175b768b (diff)
downloadaur-15333b43cd9c9f78cbd7124961d34a7cf9a16cf8.tar.gz
Update to 0.3.1.2.r29.gbba13fa
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86ecda4e929d..ed2a8d0b825f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = surface-control-git
pkgdesc = Control various aspects of Microsoft Surface devices from the Command-Line
- pkgver = 0.3.1.1.r0.g022cf21
+ pkgver = 0.3.1.2.r29.gbba13fa
pkgrel = 1
url = https://github.com/linux-surface/surface-control
arch = x86_64
license = MIT
makedepends = rust
makedepends = cargo
+ makedepends = systemd-libs
depends = gcc-libs
+ depends = systemd-libs
provides = surface-control
conflicts = surface-control
source = surface-control::git+https://github.com/linux-surface/surface-control.git
diff --git a/PKGBUILD b/PKGBUILD
index 44cc532042ae..6fffe5fd4742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname='surface-control'
pkgname="${_pkgname}-git"
-pkgver=0.3.1.1.r0.g022cf21
+pkgver=0.3.1.2.r29.gbba13fa
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')
-makedepends=('rust' 'cargo')
+depends=('gcc-libs' 'systemd-libs')
+makedepends=('rust' 'cargo' 'systemd-libs')
provides=("${_pkgname}")
conflicts=("${_pkgname}")