Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprlang
Commits:
8b8b13f7 by Caleb Maclennan at 2025-07-26T20:01:59+03:00
upgpkg: 0.6.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprlang
pkgdesc = implementation library for the hypr config language
- pkgver = 0.6.3
- pkgrel = 2
+ pkgver = 0.6.4
+ pkgrel = 1
url = https://github.com/hyprwm/hyprlang
arch = x86_64
arch = aarch64
@@ -12,7 +12,7 @@ pkgbase = hyprlang
depends = hyprutils
depends = libhyprutils.so
provides = libhyprlang.so
- source =
https://github.com/hyprwm/hyprlang/archive/v0.6.3/hyprlang-0.6.3.tar.gz
- sha256sums =
f5effe017edc7a0036c20c7ecbea4edc2bfdacbc0f791b283bd21ec202384251
+ source =
https://github.com/hyprwm/hyprlang/archive/v0.6.4/hyprlang-0.6.4.tar.gz
+ sha256sums =
cd7395eaeb1eee90ebeba9c1330a7635709dd0900ebbe349a7aa5702ba4d613f
pkgname = hyprlang
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=hyprlang
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.4
+pkgrel=1
pkgdesc='implementation library for the hypr config language'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/$pkgname"
@@ -14,7 +14,7 @@ makedepends=(cmake)
provides=("lib$pkgname.so")
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('f5effe017edc7a0036c20c7ecbea4edc2bfdacbc0f791b283bd21ec202384251')
+sha256sums=('cd7395eaeb1eee90ebeba9c1330a7635709dd0900ebbe349a7aa5702ba4d613f')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/8b8b13f703cace075b7a5bc2d5bd125bfc8a80a5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/8b8b13f703cace075b7a5bc2d5bd125bfc8a80a5
You're receiving this email because of your account on gitlab.archlinux.org.