Skip to content

Commit

Permalink
🔖 cachyos-handheld: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jan 6, 2025
1 parent f85f9a8 commit e5d1087
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
10 changes: 6 additions & 4 deletions handheld/cachyos-handheld/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = cachyos-handheld
pkgdesc = CachyOS - Handheld!
pkgver = 1.0.5
pkgrel = 2
pkgver = 1.0.6
pkgrel = 1
install = cachyos-handheld.install
arch = any
license = GPL-3.0-later
Expand All @@ -20,6 +20,7 @@ pkgbase = cachyos-handheld
depends = jupiter-hw-support
depends = gamescope-plus
depends = cachyos-vapor
depends = cachyos-alacritty-config
depends = wine-cachyos
depends = giflib
depends = lib32-giflib
Expand Down Expand Up @@ -91,8 +92,9 @@ pkgbase = cachyos-handheld
replaces = cachyos-deckify
options = !strip
options = !debug
source = git+https://github.com/CachyOS/CachyOS-Handheld?signed#tag=1.0.5
source = git+https://github.com/CachyOS/CachyOS-Handheld?signed#tag=1.0.6
validpgpkeys = E8B9AA39F054E30E8290D492C3C4820857F654FE
sha256sums = 3a0e48a0bd6b4221ee8429e78d844b1332cc8afd0811104782e7a274b7897292
validpgpkeys = B1B70BB1CD56047DEF31DE2EB62C3D10C54D5DA9
sha256sums = 7cfc80edefc86018cf7b671dde9ce77f8383a1cb3b4592c7da1986828367b20f

pkgname = cachyos-handheld
9 changes: 5 additions & 4 deletions handheld/cachyos-handheld/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Peter Jung <[email protected]>

pkgname=cachyos-handheld
pkgver=1.0.5
pkgrel=2
pkgver=1.0.6
pkgrel=1
arch=('any')
license=('GPL-3.0-later')
pkgdesc='CachyOS - Handheld!'
Expand All @@ -11,14 +11,15 @@ install="$pkgname.install"
options=(!strip !debug)
provides=('cachyos-deckify')
replaces=('cachyos-deckify')
sha256sums=('3a0e48a0bd6b4221ee8429e78d844b1332cc8afd0811104782e7a274b7897292')
sha256sums=('7cfc80edefc86018cf7b671dde9ce77f8383a1cb3b4592c7da1986828367b20f')
validpgpkeys=(
E8B9AA39F054E30E8290D492C3C4820857F654FE # Peter Jung <[email protected]>
B1B70BB1CD56047DEF31DE2EB62C3D10C54D5DA9 # Vladislav Nepogodin <[email protected]>
)

depends=('gamescope-session-git' 'mangohud' 'jq' 'dmidecode' 'glew' 'glfw' 'glxinfo' 'curl' 'tar'
'scx-scheds' 'qt5-tools' 'gamescope-session-steam-git' 'jupiter-hw-support'
'gamescope-plus' 'cachyos-vapor'
'gamescope-plus' 'cachyos-vapor' 'cachyos-alacritty-config'
# Common dependecies
wine-cachyos giflib lib32-giflib libpng lib32-libpng libldap lib32-libldap gnutls
lib32-gnutls mpg123 lib32-mpg123 openal lib32-openal v4l-utils lib32-v4l-utils
Expand Down

0 comments on commit e5d1087

Please sign in to comment.