summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaximilian Luz2023-06-12 12:58:23 +0200
committerMaximilian Luz2023-06-12 12:58:23 +0200
commit5482678808bb42de0b812475fbdbb88d2d68b06b (patch)
tree5f6a604cc1d8e80605829fbf68ae6f7c5159de03 /PKGBUILD
parent1c1cbf9369be8599d8a554ba064b8ff82096e979 (diff)
downloadaur-5482678808bb42de0b812475fbdbb88d2d68b06b.tar.gz
Update to v0.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 792b1157e52a..562e79cdced8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='surface-control'
pkgname="${_pkgname}-bin"
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
_pkgrel=1
pkgdesc='Control various aspects of Microsoft Surface devices from the Command-Line'
@@ -19,16 +19,12 @@ source=(
"https://github.com/linux-surface/surface-control/releases/download/v${pkgver}-${_pkgrel}/surface-control-${pkgver}.${_pkgrel}-${CARCH}.bin.tar.xz"
)
-sha256sums=('b76535f2df2641cea78076550941944851530bb7ceaf22e83f9f77f9054d38d8')
+sha256sums=('7a8d86c0b3eff633b38de037ba843e7e31120dde55967d51c26144d79c78035e')
package() {
install -D -m755 "bin/surface" "$pkgdir/usr/bin/surface"
- # copy system files
- install -D -m644 "usr/lib/sysusers.d/surface-control.conf" "${pkgdir}/usr/lib/sysusers.d/surface-control.conf"
- install -D -m644 "usr/lib/udev/rules.d/40-surface-control.rules" "${pkgdir}/usr/lib/udev/rules.d/40-surface-control.rules"
-
# completion files
install -D -m644 "shell-completions/surface.bash" "$pkgdir/usr/share/bash-completion/completions/surface"
install -D -m644 "shell-completions/surface.zsh" "$pkgdir/usr/share/zsh/site-functions/_surface"