Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprlang
Commits:
9b89dee5 by Caleb Maclennan at 2024-03-07T22:44:19+03:00
upgpkg: 0.4.2-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.1
+ pkgver = 0.4.2
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.1/hyprlang-0.4.1.tar.gz
- sha256sums =
dd00b48fc31199c3f30f4ef6ec61f3bddcc092eff2628ee28cb238a4501521e8
+ source =
https://github.com/hyprwm/hyprlang/archive/v0.4.2/hyprlang-0.4.2.tar.gz
+ sha256sums =
a365ee660f4456e7d4d21f0153563c00146f2c9fb9f1e7b5a6ab12fce924f6f8
pkgname = hyprlang
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=hyprlang
-pkgver=0.4.1
+pkgver=0.4.2
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=('dd00b48fc31199c3f30f4ef6ec61f3bddcc092eff2628ee28cb238a4501521e8')
+sha256sums=('a365ee660f4456e7d4d21f0153563c00146f2c9fb9f1e7b5a6ab12fce924f6f8')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/9b89dee521ee1e192b194c1596de4e2b77f52b04
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/9b89dee521ee1e192b194c1596de4e2b77f52b04
You're receiving this email because of your account on gitlab.archlinux.org.