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


Commits:
ea3fcd57 by Caleb Maclennan at 2024-01-03T14:26:19+03:00
upgpkg: 0.2.1-4: Provide so-name

- - - - -


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 = 3
+       pkgrel = 4
        url = https://github.com/hyprwm/hyprlang
        arch = x86_64
        arch = aarch64
@@ -9,6 +9,7 @@ pkgbase = hyprlang
        makedepends = cmake
        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
 


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=hyprlang
 pkgver=0.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc='implementation library for the hypr config language'
 arch=(x86_64 aarch64)
 url="https://github.com/hyprwm/$pkgname";
@@ -10,6 +10,7 @@ license=(BSD)
 depends=(gcc-libs
          glibc)
 makedepends=(cmake)
+provides=("lib$pkgname.so")
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
 sha256sums=('e41b265f09c1e84e03f052f584fcc086fe48ec5057191ef35917ce79e7dc4190')



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

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


Reply via email to