Skip to content

Commit 91a9c1a

Browse files
committed
fixed scenefx wlroots version
1 parent e46cbdf commit 91a9c1a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Maintainer: Erik Reider <[email protected]>
22

3-
pkgname=scenefx
3+
pkgname=scenefx0.3
4+
_pkgname=scenefx
45
pkgver="0.3"
56
pkgrel=1
67
license=("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
)
1718
makedepends=(
@@ -24,8 +25,8 @@ makedepends=(
2425
optdepends=()
2526
provides=("libscenefx-${pkgver}.so")
2627
conflicts=("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")
2930
sha512sums=("SKIP")
3031

3132
build() {

0 commit comments

Comments
 (0)