Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
hyprlang


Commits:
571b5fa2 by Caleb Maclennan at 2024-02-10T10:10:11+03:00
upgpkg: 0.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = hyprlang
        pkgdesc = implementation library for the hypr config language
-       pkgver = 0.2.1
-       pkgrel = 4
+       pkgver = 0.3.0
+       pkgrel = 1
        url = https://github.com/hyprwm/hyprlang
        arch = x86_64
        arch = aarch64
@@ -10,7 +10,7 @@ pkgbase = hyprlang
        depends = gcc-libs
        depends = glibc
        provides = libhyprlang.so
-       source = 
https://github.com/hyprwm/hyprlang/archive/v0.2.1/hyprlang-0.2.1.tar.gz
-       sha256sums = 
e41b265f09c1e84e03f052f584fcc086fe48ec5057191ef35917ce79e7dc4190
+       source = 
https://github.com/hyprwm/hyprlang/archive/v0.3.0/hyprlang-0.3.0.tar.gz
+       sha256sums = 
6355ae011b1d9d77f95d435fd79582a547cf08db3c0189f2a4ed0a6a25d9b4a1
 
 pkgname = hyprlang


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Caleb Maclennan <ca...@alerque.com>
 
 pkgname=hyprlang
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.3.0
+pkgrel=1
 pkgdesc='implementation library for the hypr config language'
 arch=(x86_64 aarch64)
 url="https://github.com/hyprwm/$pkgname";
@@ -13,7 +13,7 @@ makedepends=(cmake)
 provides=("lib$pkgname.so")
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e41b265f09c1e84e03f052f584fcc086fe48ec5057191ef35917ce79e7dc4190')
+sha256sums=('6355ae011b1d9d77f95d435fd79582a547cf08db3c0189f2a4ed0a6a25d9b4a1')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/571b5fa21edf23904344cd02fe17450b2c456b57

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/571b5fa21edf23904344cd02fe17450b2c456b57
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to