summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaximilian Luz2024-03-14 23:17:35 +0100
committerMaximilian Luz2024-03-14 23:17:35 +0100
commit5b0fc60d66b7d815ad8acb1986d69122dd17f592 (patch)
treef7188aa418968083af7bebeb186474c226bbccce /PKGBUILD
parent391776f4c8d60bae1c92a53860d641a55dbff2a8 (diff)
downloadaur-surface-control-bin.tar.gz
Update to v0.4.6-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0c42a4e016f..f8f77e1212ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname='surface-control'
pkgname="${_pkgname}-bin"
pkgver=0.4.6
-pkgrel=1
-_pkgrel=1
+pkgrel=3
+_pkgrel=3
pkgdesc='Control various aspects of Microsoft Surface devices from the Command-Line'
url='https://github.com/linux-surface/surface-control'
license=('MIT')
@@ -19,7 +19,7 @@ source=(
"https://github.com/linux-surface/surface-control/releases/download/v${pkgver}-${_pkgrel}/surface-control-${pkgver}.${_pkgrel}-${CARCH}.bin.tar.xz"
)
-sha256sums=('42c18a4c79417806ca8c0c9ab8e7f69f8ef8d2f1ab8c23f52ca902234ff1ddb2')
+sha256sums=('76b2b368480e8e230a0d8802a43e5ae6e2ca64b2f9a84416d14a874039e6dbb1')
package() {
@@ -28,7 +28,7 @@ package() {
# 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"
- install -D -m644 "shell-completions/surface.fish" "$pkgdir/usr/share/fish/completions/surface.fish"
+ install -D -m644 "shell-completions/surface.fish" "$pkgdir/usr/share/fish/vendor_completions.d/surface.fish"
# license
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/surface-control/LICENSE"