diff options
author | vaxerski <[email protected]> | 2022-06-03 20:41:10 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-03 20:41:10 +0200 |
commit | 172d6cd49849401dabdea9f3dc8c641c4c207318 (patch) | |
tree | 2d741285f3037f17b57d38e877688c9fb8c2f98a | |
parent | ef855440c68d7061a6960c8a1c3f8ff8f501cd0c (diff) | |
parent | 02269af77788926bd57e9321c09f39b14ce19196 (diff) | |
download | Hyprland-172d6cd49849401dabdea9f3dc8c641c4c207318.tar.gz Hyprland-172d6cd49849401dabdea9f3dc8c641c4c207318.zip |
Merge pull request #160 from ThatOneCalculator/main
Hooray, more AUR stuff!
-rw-r--r-- | aur/PKGBUILD | 6 | ||||
-rw-r--r-- | aur/PKGBUILD-bin | 6 | ||||
-rw-r--r-- | aur/PKGBUILD-git | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 2acc71f7..a0ecfdfa 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -2,8 +2,8 @@ _pkgname="hyprland" pkgname="${_pkgname}" -pkgver="0.2.2beta" -pkgrel=3 +pkgver="0.3.0beta" +pkgrel=2 pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks." arch=(any) url="https://github.com/vaxerski/Hyprland" @@ -48,7 +48,7 @@ makedepends=( wayland-protocols xorgproto) 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") options=(!makeflags !buildflags) diff --git a/aur/PKGBUILD-bin b/aur/PKGBUILD-bin index 2d468e0c..0a330fed 100644 --- a/aur/PKGBUILD-bin +++ b/aur/PKGBUILD-bin @@ -2,8 +2,8 @@ _pkgname="hyprland" pkgname="${_pkgname}-bin" -pkgver="0.2.2beta" -pkgrel=3 +pkgver="0.3.0beta" +pkgrel=2 pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks." arch=(any) url="https://github.com/vaxerski/Hyprland" @@ -38,7 +38,7 @@ depends=( vulkan-validation-layers xorg-xwayland) 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") package() { diff --git a/aur/PKGBUILD-git b/aur/PKGBUILD-git index ec81cefc..c17ec25a 100644 --- a/aur/PKGBUILD-git +++ b/aur/PKGBUILD-git @@ -2,8 +2,8 @@ _pkgname="hyprland" pkgname="${_pkgname}-git" -pkgver=r615.g119e776 -pkgrel=4 +pkgver=r655.gef85544 +pkgrel=1 pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks." arch=(any) url="https://github.com/vaxerski/Hyprland" |