summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e455d8ddc58d..7e3f67529320 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = surface-control-bin
pkgdesc = Control various aspects of Microsoft Surface devices from the Command-Line
- pkgver = 0.4.5
+ pkgver = 0.4.6
pkgrel = 1
url = https://github.com/linux-surface/surface-control
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = surface-control-bin
depends = systemd-libs
provides = surface-control
conflicts = surface-control
- source = https://github.com/linux-surface/surface-control/releases/download/v0.4.5-1/surface-control-0.4.5.1-x86_64.bin.tar.xz
- sha256sums = 7a8d86c0b3eff633b38de037ba843e7e31120dde55967d51c26144d79c78035e
+ source = https://github.com/linux-surface/surface-control/releases/download/v0.4.6-1/surface-control-0.4.6.1-x86_64.bin.tar.xz
+ sha256sums = 42c18a4c79417806ca8c0c9ab8e7f69f8ef8d2f1ab8c23f52ca902234ff1ddb2
pkgname = surface-control-bin
diff --git a/PKGBUILD b/PKGBUILD
index 562e79cdced8..c0c42a4e016f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='surface-control'
pkgname="${_pkgname}-bin"
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
_pkgrel=1
pkgdesc='Control various aspects of Microsoft Surface devices from the Command-Line'
@@ -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=('7a8d86c0b3eff633b38de037ba843e7e31120dde55967d51c26144d79c78035e')
+sha256sums=('42c18a4c79417806ca8c0c9ab8e7f69f8ef8d2f1ab8c23f52ca902234ff1ddb2')
package() {