File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1- pkgbase = scenefx
1+ pkgbase = scenefx0.3
22 pkgdesc = A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
33 pkgver = 0.3
44 pkgrel = 1
@@ -13,12 +13,12 @@ pkgbase = scenefx
1313 depends = libdrm
1414 depends = libglvnd
1515 depends = libpixman-1.so
16- depends = libwlroots-0 .18.so
16+ depends = wlroots0 .18
1717 depends = wayland
1818 provides = libscenefx-0.3.so
1919 conflicts = scenefx-git
20- options = debug
21- source = scenefx-0 .3.tar.gz::https://github.com/wlrfx/scenefx/archive/refs/tags/0.3.tar.gz
20+ replaces = scenefx
21+ source = scenefx0 .3.tar.gz::https://github.com/wlrfx/scenefx/archive/refs/tags/0.3.tar.gz
2222 sha512sums = SKIP
2323
24- pkgname = scenefx
24+ pkgname = scenefx0.3
Original file line number Diff line number Diff line change 11# Maintainer: Erik Reider <[email protected] >22
3- pkgname=scenefx
3+ pkgname=scenefx0.3
4+ _pkgname=scenefx
45pkgver=" 0.3"
56pkgrel=1
67license=(" MIT" )
@@ -11,7 +12,7 @@ depends=(
1112 " libdrm"
1213 " libglvnd"
1314 " libpixman-1.so"
14- " libwlroots-0 .18.so "
15+ " wlroots0 .18"
1516 " wayland"
1617)
1718makedepends=(
@@ -24,8 +25,8 @@ makedepends=(
2425optdepends=()
2526provides=(" libscenefx-${pkgver} .so" )
2627conflicts=(" scenefx-git" )
27- options =(" debug " )
28- source=(" scenefx- ${pkgver } .tar.gz::${url} /archive/refs/tags/$pkgver .tar.gz" )
28+ replaces =(" ${_pkgname} " )
29+ source=(" ${pkgname } .tar.gz::${url} /archive/refs/tags/$pkgver .tar.gz" )
2930sha512sums=(" SKIP" )
3031
3132build () {
You can’t perform that action at this time.
0 commit comments