Skip to content

Commit

Permalink
Update hyprpaper.pacscript
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Nov 23, 2023
1 parent ed9c30e commit 1d68bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hyprpaper/hyprpaper.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ url="https://github.com/hyprwm/${name}/archive/refs/tags/v${pkgver}.tar.gz"
hash="cabd8181aa64dead3a0ed6e801e391c54b07f3400eecb9dcf2a01ac5d1cf47d3"
arch=('amd64' 'arm64')
compatible=('ubuntu:devel' 'debian:sid' 'ubuntu:mantic' 'ubuntu:noble')
makedepends=('cmake' 'wayland-utils' 'wayland-protocols' 'libmagic-dev' 'libpango1.0-dev' 'libjpeg-turbo8-dev')
makedepends=('cmake' 'cmake-extras' 'wayland-utils' 'wayland-protocols' 'libwayland-dev' 'libmagic-dev' 'libpango1.0-dev' 'libjpeg-dev')
homepage='https://hyprland.org/'
pkgdesc="Wayland wallpaper utility with IPC controls"
maintainer="Elsie19 <[email protected]>"

build() {
sudo make all -j"${NCPU}"
make all -j"${NCPU}"
}

package() {
Expand Down

0 comments on commit 1d68bd7

Please sign in to comment.