summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Luz2024-03-14 23:19:49 +0100
committerMaximilian Luz2024-03-14 23:19:49 +0100
commit401645f075288e57f9382d71288e66f22c65436c (patch)
treee00366b76889971cf04b9ea3ac88a2f0a2fe26cb
parent1b92229b62b62e4451ef5b64cba882b9bee90b05 (diff)
downloadaur-surface-control-git.tar.gz
Update to 0.4.6.3.r2.g7589917
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b7483c506b..7293f02811e4 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.6.1.r0.g5422021
+ pkgver = 0.4.6.3.r2.g7589917
pkgrel = 1
url = https://github.com/linux-surface/surface-control
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a91efb83ce42..d024fb5eeb56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='surface-control'
pkgname="${_pkgname}-git"
-pkgver=0.4.6.1.r0.g5422021
+pkgver=0.4.6.3.r2.g7589917
pkgrel=1
pkgdesc='Control various aspects of Microsoft Surface devices from the Command-Line'
url='https://github.com/linux-surface/surface-control'
@@ -37,7 +37,7 @@ package() {
# 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"
- install -D -m644 "${srcdir}/${_pkgname}/target/surface.fish" "${pkgdir}/usr/share/fish/completions/surface.fish"
+ install -D -m644 "${srcdir}/${_pkgname}/target/surface.fish" "$pkgdir/usr/share/fish/vendor_completions.d/surface.fish"
# license
install -Dm644 "${srcdir}/${_pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/surface-control/LICENSE"