mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
upgpkg: hyprgraphics-git 0.1.0.r0.g4d927a52-1
upstream release added libhyprgraphics.so to provides
This commit is contained in:
parent
441f44b088
commit
2109a7abe4
2 changed files with 3 additions and 2 deletions
3
.SRCINFO
3
.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
|
||||
|
|
|
|||
2
PKGBUILD
2
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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue