Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprlang
Commits:
b03cad1e by Caleb Maclennan at 2024-10-08T10:44:53+03:00
upgpkg: 0.5.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprlang
pkgdesc = implementation library for the hypr config language
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/hyprwm/hyprlang
arch = x86_64
@@ -9,8 +9,10 @@ pkgbase = hyprlang
makedepends = cmake
depends = gcc-libs
depends = glibc
+ depends = hyprutils
+ depends = libhyprutils.so
provides = libhyprlang.so
- source =
https://github.com/hyprwm/hyprlang/archive/v0.5.2/hyprlang-0.5.2.tar.gz
- sha256sums =
66a1f87634c8ecdeb67d7ccc499a3fc1c19b064a098b103be042751e7430b5cc
+ source =
https://github.com/hyprwm/hyprlang/archive/v0.5.3/hyprlang-0.5.3.tar.gz
+ sha256sums =
9715311d6b31c18f1e83da999269c71a61c0862645795d2666fa1d7b20d5d0f6
pkgname = hyprlang
=====================================
PKGBUILD
=====================================
@@ -1,19 +1,20 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=hyprlang
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc='implementation library for the hypr config language'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/$pkgname"
license=(BSD-3-Clause)
depends=(gcc-libs
- glibc)
+ glibc
+ hyprutils libhyprutils.so)
makedepends=(cmake)
provides=("lib$pkgname.so")
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('66a1f87634c8ecdeb67d7ccc499a3fc1c19b064a098b103be042751e7430b5cc')
+sha256sums=('9715311d6b31c18f1e83da999269c71a61c0862645795d2666fa1d7b20d5d0f6')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/b03cad1e84e533ba20b08e2886ad50c0a7ac77e6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/b03cad1e84e533ba20b08e2886ad50c0a7ac77e6
You're receiving this email because of your account on gitlab.archlinux.org.