mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Bump version to 2.0.0
This commit is contained in:
parent
f848481b73
commit
2d49418eea
3 changed files with 9 additions and 9 deletions
8
.SRCINFO
8
.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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue