mirror of
https://github.com/hyprwm/Hyprland
synced 2025-02-17 01:22:08 +01:00
Merge pull request #160 from ThatOneCalculator/main
Hooray, more AUR stuff!
This commit is contained in:
commit
172d6cd498
3 changed files with 8 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
_pkgname="hyprland"
|
_pkgname="hyprland"
|
||||||
pkgname="${_pkgname}"
|
pkgname="${_pkgname}"
|
||||||
pkgver="0.2.2beta"
|
pkgver="0.3.0beta"
|
||||||
pkgrel=3
|
pkgrel=2
|
||||||
pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
|
pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/vaxerski/Hyprland"
|
url="https://github.com/vaxerski/Hyprland"
|
||||||
|
@ -48,7 +48,7 @@ makedepends=(
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
xorgproto)
|
xorgproto)
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vaxerski/hyprland/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vaxerski/hyprland/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('46ba9b61570f3385673dfd27a3d1dc5a084236f138bca1c2537335e0cdce9e78')
|
||||||
conflicts=("${_pkgname}-git" "${_pkgname}" "${_pkgname}-bin")
|
conflicts=("${_pkgname}-git" "${_pkgname}" "${_pkgname}-bin")
|
||||||
options=(!makeflags !buildflags)
|
options=(!makeflags !buildflags)
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
_pkgname="hyprland"
|
_pkgname="hyprland"
|
||||||
pkgname="${_pkgname}-bin"
|
pkgname="${_pkgname}-bin"
|
||||||
pkgver="0.2.2beta"
|
pkgver="0.3.0beta"
|
||||||
pkgrel=3
|
pkgrel=2
|
||||||
pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
|
pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/vaxerski/Hyprland"
|
url="https://github.com/vaxerski/Hyprland"
|
||||||
|
@ -38,7 +38,7 @@ depends=(
|
||||||
vulkan-validation-layers
|
vulkan-validation-layers
|
||||||
xorg-xwayland)
|
xorg-xwayland)
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vaxerski/Hyprland/releases/download/v${pkgver}/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vaxerski/Hyprland/releases/download/v${pkgver}/v${pkgver}.tar.gz")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('46ba9b61570f3385673dfd27a3d1dc5a084236f138bca1c2537335e0cdce9e78')
|
||||||
conflicts=("${_pkgname}-git" "${_pkgname}" "${_pkgname}-bin")
|
conflicts=("${_pkgname}-git" "${_pkgname}" "${_pkgname}-bin")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
_pkgname="hyprland"
|
_pkgname="hyprland"
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=r615.g119e776
|
pkgver=r655.gef85544
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
|
pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/vaxerski/Hyprland"
|
url="https://github.com/vaxerski/Hyprland"
|
||||||
|
|
Loading…
Add table
Reference in a new issue