Skip to content

Commit 0e1a181

Browse files
committed
update scenefx to 0.3
1 parent 119bb67 commit 0e1a181

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

aur/scenefx-git/.SRCINFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = scenefx-git
22
pkgdesc = A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
33
pkgver = r269.87c0e8b
4-
pkgrel = 2
4+
pkgrel = 3
55
url = https://github.com/wlrfx/scenefx
66
arch = x86_64
77
license = MIT
@@ -15,7 +15,7 @@ pkgbase = scenefx-git
1515
depends = libdrm
1616
depends = libpixman-1.so
1717
depends = libwlroots-0.18.so
18-
provides = libscenefx-0.2.so
18+
provides = libscenefx-0.3.so
1919
conflicts = scenefx
2020
options = debug
2121
source = scenefx::git+https://github.com/wlrfx/scenefx.git

aur/scenefx-git/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Maintainer: Erik Reider <[email protected]>
22

3-
_base_version=0.2
3+
_base_version=0.3
44

55
pkgname="scenefx-git"
66
pkgver=r269.87c0e8b
7-
pkgrel=2
7+
pkgrel=3
88
license=("MIT")
99
pkgdesc="A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects"
1010
url="https://github.com/wlrfx/scenefx"

aur/scenefx/.SRCINFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = scenefx
22
pkgdesc = A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
3-
pkgver = 0.2.1
4-
pkgrel = 4
3+
pkgver = 0.3
4+
pkgrel = 1
55
url = https://github.com/wlrfx/scenefx
66
arch = x86_64
77
license = MIT
@@ -15,10 +15,10 @@ pkgbase = scenefx
1515
depends = libpixman-1.so
1616
depends = libwlroots-0.18.so
1717
depends = wayland
18-
provides = libscenefx-0.2.so
18+
provides = libscenefx-0.3.so
1919
conflicts = scenefx-git
2020
options = debug
21-
source = scenefx-0.2.1.tar.gz::https://github.com/wlrfx/scenefx/archive/refs/tags/0.2.1.tar.gz
21+
source = scenefx-0.3.tar.gz::https://github.com/wlrfx/scenefx/archive/refs/tags/0.3.tar.gz
2222
sha512sums = SKIP
2323

2424
pkgname = scenefx

aur/scenefx/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Maintainer: Erik Reider <[email protected]>
22

33
pkgname=scenefx
4-
pkgver="0.2.1"
5-
pkgrel=4
4+
pkgver="0.3"
5+
pkgrel=1
66
license=("MIT")
77
pkgdesc="A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects"
88
url="https://github.com/wlrfx/scenefx"

0 commit comments

Comments
 (0)