diff options
author | xiota | 2024-10-25 20:55:42 +0000 |
---|---|---|
committer | xiota | 2024-10-25 20:55:58 +0000 |
commit | c950e2c0543f02511c371eb8873690edfafd846b (patch) | |
tree | 0b2b284f6731202e91e276b42d4dfd1651e09e28 | |
parent | 8c3ebf5d05032f15054e1a38d54cdd6fec418226 (diff) | |
download | aur-c950e2c0543f02511c371eb8873690edfafd846b.tar.gz |
0.3.5.r31
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | .nvchecker.toml | 4 | ||||
-rw-r--r-- | PKGBUILD | 7 |
3 files changed, 11 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = river-git pkgdesc = Dynamic tiling wayland compositor - pkgver = 0.2.6.r285.g12de175 - pkgrel = 1 + pkgver = 0.3.5.r31.g1b5dd21 + pkgrel = 2 url = https://codeberg.org/river/river arch = x86_64 license = GPL-3.0-only diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..f7f73c7f19d0 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,4 @@ +[river-git] +source = "git" +git = "https://github.com/riverwm/river.git" +prefix = "v" @@ -17,8 +17,8 @@ unset _pkgtype # basic info _pkgname="river" pkgname="$_pkgname${_pkgtype:-}" -pkgver=0.2.6.r285.g12de175 -pkgrel=1 +pkgver=0.3.5.r31.g1b5dd21 +pkgrel=2 pkgdesc='Dynamic tiling wayland compositor' url='https://codeberg.org/river/river' license=('GPL-3.0-only') @@ -89,6 +89,9 @@ package() { local _zig_options=( --prefix '/usr' -Doptimize=ReleaseSafe + -Dcpu=baseline + -Dtarget=x86_64-linux-gnu + -Dpie ) [[ "${_build_xwayland::1}" == "t" ]] && _zig_options+=(-Dxwayland) |