-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f85f9a8
commit e5d1087
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!' | ||
|
@@ -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 | ||
|