Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/hyprlang/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgbase = hyprlang
pkgver = 0.5.0
pkgver = 0.6.8
pkgdesc = implementation library for the hypr config language
url = https://github.com/hyprwm/hyprlang
arch = amd64
arch = arm64
depends = build-essential
makedepends = cmake
maintainer = Oren Klopfer <oren@taumoda.com>
source = @hyprlang~0.5.0::https://github.com/hyprwm/hyprlang/archive/v0.5.0/hyprlang-0.5.0.tar.gz
sha256sums = c59e705f2c2ff9ea4e2b183fdf0bc20a62b7162604a657d6352716a1fd5061b2
source = @hyprlang~0.6.8::https://github.com/hyprwm/hyprlang/archive/v0.6.8/hyprlang-0.6.8.tar.gz
sha256sums = d10a0778b646e04d83e8b90cc0f764fb96958c01a15c3c0678d95a40fc647ed5

pkgname = hyprlang
4 changes: 2 additions & 2 deletions packages/hyprlang/hyprlang.pacscript
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgname="hyprlang"
pkgver="0.5.0"
pkgver="0.6.8"
pkgdesc="implementation library for the hypr config language"
arch=("amd64" "arm64")
url="https://github.com/hyprwm/${pkgname}"
depends=("build-essential")
makedepends=("cmake")
source=("@${pkgname}~${pkgver}::${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=("c59e705f2c2ff9ea4e2b183fdf0bc20a62b7162604a657d6352716a1fd5061b2")
sha256sums=("d10a0778b646e04d83e8b90cc0f764fb96958c01a15c3c0678d95a40fc647ed5")
maintainer=("Oren Klopfer <oren@taumoda.com>")

build() {
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -5928,16 +5928,16 @@ pkgbase = hyprland
pkgname = hyprland
---
pkgbase = hyprlang
pkgver = 0.5.0
pkgver = 0.6.8
pkgdesc = implementation library for the hypr config language
url = https://github.com/hyprwm/hyprlang
arch = amd64
arch = arm64
depends = build-essential
makedepends = cmake
maintainer = Oren Klopfer <oren@taumoda.com>
source = @hyprlang~0.5.0::https://github.com/hyprwm/hyprlang/archive/v0.5.0/hyprlang-0.5.0.tar.gz
sha256sums = c59e705f2c2ff9ea4e2b183fdf0bc20a62b7162604a657d6352716a1fd5061b2
source = @hyprlang~0.6.8::https://github.com/hyprwm/hyprlang/archive/v0.6.8/hyprlang-0.6.8.tar.gz
sha256sums = d10a0778b646e04d83e8b90cc0f764fb96958c01a15c3c0678d95a40fc647ed5

pkgname = hyprlang
---
Expand Down
Loading