Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprlang
Commits:
35678b83 by Caleb Maclennan at 2024-02-28T08:03:57+03:00
upgpkg: 0.4.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprlang
pkgdesc = implementation library for the hypr config language
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/hyprwm/hyprlang
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hyprlang
depends = gcc-libs
depends = glibc
provides = libhyprlang.so
- source =
https://github.com/hyprwm/hyprlang/archive/v0.4.0/hyprlang-0.4.0.tar.gz
- sha256sums =
d50e66a46445fc322e3a0065ad1b86799d3c1e9d22d5a179f74b71e520aa82bb
+ source =
https://github.com/hyprwm/hyprlang/archive/v0.4.1/hyprlang-0.4.1.tar.gz
+ sha256sums =
dd00b48fc31199c3f30f4ef6ec61f3bddcc092eff2628ee28cb238a4501521e8
pkgname = hyprlang
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=hyprlang
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc='implementation library for the hypr config language'
arch=(x86_64 aarch64)
@@ -13,7 +13,7 @@ makedepends=(cmake)
provides=("lib$pkgname.so")
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('d50e66a46445fc322e3a0065ad1b86799d3c1e9d22d5a179f74b71e520aa82bb')
+sha256sums=('dd00b48fc31199c3f30f4ef6ec61f3bddcc092eff2628ee28cb238a4501521e8')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/35678b831e9a464bd20ac3caaa83918fe44c0f4a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/35678b831e9a464bd20ac3caaa83918fe44c0f4a
You're receiving this email because of your account on gitlab.archlinux.org.