summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Luz2023-06-12 13:01:10 +0200
committerMaximilian Luz2023-06-12 13:01:10 +0200
commit3ad5b1826197f2a2305141a5b8333c4a1e84d365 (patch)
tree3ee682533469b36d29d241cba8b92d1cca4a8a93
parent673e54afa80eeff0e57e4ef87b63f7790c595899 (diff)
downloadaur-3ad5b1826197f2a2305141a5b8333c4a1e84d365.tar.gz
Update to 0.4.5.1.r0.g85729bf
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dbb2032535d..dcbc60ca993e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = surface-control-git
pkgdesc = Control various aspects of Microsoft Surface devices from the Command-Line
- pkgver = 0.4.4.1.r0.g1c89881
+ pkgver = 0.4.5.1.r0.g85729bf
pkgrel = 1
url = https://github.com/linux-surface/surface-control
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 10de5c624476..84d5e9d18a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='surface-control'
pkgname="${_pkgname}-git"
-pkgver=0.4.4.1.r0.g1c89881
+pkgver=0.4.5.1.r0.g85729bf
pkgrel=1
pkgdesc='Control various aspects of Microsoft Surface devices from the Command-Line'
url='https://github.com/linux-surface/surface-control'
@@ -34,10 +34,6 @@ build(){
package() {
install -D -m755 "${srcdir}/${_pkgname}/target/release/surface" "${pkgdir}/usr/bin/surface"
- # copy system files
- install -D -m644 "${srcdir}/${_pkgname}/etc/sysusers/surface-control.conf" "${pkgdir}/usr/lib/sysusers.d/surface-control.conf"
- install -D -m644 "${srcdir}/${_pkgname}/etc/udev/40-surface-control.rules" "${pkgdir}/usr/lib/udev/rules.d/40-surface-control.rules"
-
# completion files
install -D -m644 "${srcdir}/${_pkgname}/target/surface.bash" "${pkgdir}/usr/share/bash-completion/completions/surface"
install -D -m644 "${srcdir}/${_pkgname}/target/_surface" "${pkgdir}/usr/share/zsh/site-functions/_surface"