summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralba4k2025-02-16 22:11:25 +0100
committeralba4k2025-02-16 22:11:25 +0100
commit2109a7abe456d565032a50dbdb744e793d1a601c (patch)
tree6d1c3ea18229347f04d0034234f0b72c044be89f
parent441f44b0885125e083ac9f76f2cc2cccd845bfed (diff)
downloadaur-2109a7abe456d565032a50dbdb744e793d1a601c.tar.gz
upgpkg: hyprgraphics-git 0.1.0.r0.g4d927a52-1
upstream release added libhyprgraphics.so to provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bacb4152a36..6b2050cda59c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 2729af6b37d8..9b52d0909e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')