summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Luz2022-04-28 01:23:38 +0200
committerMaximilian Luz2022-04-28 01:23:38 +0200
commit78e95f493494e7f0b318c3c4b33ff31de094a768 (patch)
tree5644c352afa47fbfbb8acee956dd03a8fad9dc88
parent0e4f0f9064fcc4b4f7518db507a9bbc2b7c198aa (diff)
downloadaur-78e95f493494e7f0b318c3c4b33ff31de094a768.tar.gz
Update to v0.4.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c50c2f9e38e6..991c22fa8669 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.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/linux-surface/surface-control
arch = x86_64
@@ -9,8 +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.1-1/surface-control-0.4.1.1-x86_64.bin.tar.xz
- sha256sums = a42e022a2bc3a319e159bcdcbc2cee93a61c681f4dff7471a44c4f1dbd1b8dec
+ source = https://github.com/linux-surface/surface-control/releases/download/v0.4.2-1/surface-control-0.4.2.1-x86_64.bin.tar.xz
+ sha256sums = 9a6f8312c3c458da89afab6f91fd57c40161cc94cfb9c448520c110a35cd0969
pkgname = surface-control-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index cd0651d42be0..452610ac50a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='surface-control'
pkgname="${_pkgname}-bin"
-pkgver=0.4.1
+pkgver=0.4.2
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=('a42e022a2bc3a319e159bcdcbc2cee93a61c681f4dff7471a44c4f1dbd1b8dec')
+sha256sums=('9a6f8312c3c458da89afab6f91fd57c40161cc94cfb9c448520c110a35cd0969')
package() {