diff options
author | alba4k | 2025-02-16 22:11:25 +0100 |
---|---|---|
committer | alba4k | 2025-02-16 22:11:25 +0100 |
commit | 2109a7abe456d565032a50dbdb744e793d1a601c (patch) | |
tree | 6d1c3ea18229347f04d0034234f0b72c044be89f | |
parent | 441f44b0885125e083ac9f76f2cc2cccd845bfed (diff) | |
download | aur-2109a7abe456d565032a50dbdb744e793d1a601c.tar.gz |
upgpkg: hyprgraphics-git 0.1.0.r0.g4d927a52-1
upstream release
added libhyprgraphics.so to provides
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -17,7 +17,8 @@ pkgbase = hyprgraphics-git depends = libwebp depends = libjxl depends = file - provides = hyprgraphics + provides = hyprgraphics=0.1.0 + provides = libhyprgraphics.so conflicts = hyprgraphics source = hyprgraphics::git+https://github.com/hyprwm/hyprgraphics.git sha256sums = SKIP @@ -11,7 +11,7 @@ license=('BSD-3-Clause') depends=('pixman' 'cairo' 'hyprutils-git' 'libjpeg' 'libspng' 'libwebp' 'libjxl' 'file') makedepends=('git' 'cmake' 'gcc') source=("${_pkgname}::git+https://github.com/hyprwm/hyprgraphics.git") -provides=("hyprgraphics") +provides=("${_pkgname}=${pkgver%%.r*}" "lib$_pkgname.so") conflicts=("hyprgraphics") sha256sums=('SKIP') |