From 2d49418eea1dbc97cea46a18092b8b4f9fafc40f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 23 Oct 2022 18:47:21 -0400 Subject: [PATCH] Bump version to 2.0.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- uhk-agent.desktop.patch | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index da5d4da5632a..68ab664b22fa 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = uhk-agent-appimage pkgdesc = The configuration application of the Ultimate Hacking Keyboard. - pkgver = 1.5.17 + pkgver = 2.0.0 pkgrel = 1 url = https://github.com/UltimateHackingKeyboard/agent install = uhk-agent-appimage.install @@ -11,11 +11,11 @@ pkgbase = uhk-agent-appimage depends = dbus-glib depends = gtk2 options = !strip - source = https://github.com/UltimateHackingKeyboard/agent/releases/download/v1.5.17/UHK.Agent-1.5.17-linux-x86_64.AppImage + source = https://github.com/UltimateHackingKeyboard/agent/releases/download/v2.0.0/UHK.Agent-2.0.0-linux-x86_64.AppImage source = uhk-agent.desktop.patch source = uhk-agent.sh - sha256sums = 6ae3a84d34669175430ef726445cd0212b4d95b6a2f1b4c12dbfca52393a1007 - sha256sums = 7ff8175a5ec8a24c158331c8e546208e037c2ecb5f0e2b82f9fbe2841ccc3b12 + sha256sums = 57c651a9e2dcfc850daf34aee79cc54016e8b3c67f673fee4a1c9de9e5b6ca47 + sha256sums = 4c4b3b0a8c6313355c0afdd9a8a9509fd00f6e53ec44d623fd35adce598fd400 sha256sums = a82c8fdf2dcdfdd0a7cc92552451007fb6dd2abe8e7720126add3ee0b8156423 pkgname = uhk-agent-appimage diff --git a/PKGBUILD b/PKGBUILD index b649758b11c3..20985c4f1926 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Adam Goldsmith pkgname=uhk-agent-appimage -pkgver=1.5.17 +pkgver=2.0.0 pkgrel=1 pkgdesc="The configuration application of the Ultimate Hacking Keyboard." arch=('x86_64') @@ -11,8 +11,8 @@ depends=(libusb fuse2 dbus-glib gtk2) source=("https://github.com/UltimateHackingKeyboard/agent/releases/download/v${pkgver}/UHK.Agent-${pkgver}-linux-x86_64.AppImage" uhk-agent.desktop.patch uhk-agent.sh) -sha256sums=('6ae3a84d34669175430ef726445cd0212b4d95b6a2f1b4c12dbfca52393a1007' - '7ff8175a5ec8a24c158331c8e546208e037c2ecb5f0e2b82f9fbe2841ccc3b12' +sha256sums=('57c651a9e2dcfc850daf34aee79cc54016e8b3c67f673fee4a1c9de9e5b6ca47' + '4c4b3b0a8c6313355c0afdd9a8a9509fd00f6e53ec44d623fd35adce598fd400' 'a82c8fdf2dcdfdd0a7cc92552451007fb6dd2abe8e7720126add3ee0b8156423') options=(!strip) install=${pkgname}.install diff --git a/uhk-agent.desktop.patch b/uhk-agent.desktop.patch index 6a1a9a7729d5..e75213be8a95 100644 --- a/uhk-agent.desktop.patch +++ b/uhk-agent.desktop.patch @@ -3,8 +3,8 @@ @@ -1,6 +1,6 @@ [Desktop Entry] Name=UHK Agent --Exec=AppRun %U -+Exec=/usr/bin/uhk-agent %U +-Exec=AppRun --no-sandbox %U ++Exec=/usr/bin/uhk-agent --no-sandbox %U Terminal=false Type=Application Icon=uhk-agent