summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2021-11-03 10:01:41 +0100
committerAndrea Feletto2021-11-03 10:01:41 +0100
commit79e7678fbb49cacc8082ac707d59d7d07cf69b04 (patch)
treed8600fc8764c65160313f24f6dfd3aacb3dbb823
parent3c766ac9f349d9192dbb8fbf394a8bd48a6764db (diff)
downloadaur-79e7678fbb49cacc8082ac707d59d7d07cf69b04.tar.gz
update url and conflicts
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dc07c44042d..f2c40b9ccf85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = river-git
pkgdesc = A dynamic tiling wayland compositor.
- pkgver = r738.e6bb373
+ pkgver = r764.18072e0
pkgrel = 1
- url = https://github.com/ifreund/river
+ url = https://github.com/riverwm/river
arch = x86_64
license = GPL3
- makedepends = zig>=0.8.0
+ makedepends = zig
makedepends = git
makedepends = scdoc
- depends = mesa>=21.1.2
- depends = wlroots>=0.14.0
+ depends = mesa
+ depends = wlroots
depends = wayland
depends = wayland-protocols
depends = libxkbcommon
@@ -21,8 +21,9 @@ pkgbase = river-git
provides = riverctl
provides = rivertile
conflicts = river
+ conflicts = river-bin
conflicts = river-noxwayland-git
- source = git+https://github.com/ifreund/river
+ source = git+https://github.com/riverwm/river
source = git+https://github.com/ifreund/zig-pixman.git
source = git+https://github.com/ifreund/zig-wayland.git
source = git+https://github.com/swaywm/zig-wlroots.git
diff --git a/PKGBUILD b/PKGBUILD
index f292df1ee6c6..9f21db90940c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,19 @@
pkgname=river-git
_pkgname=${pkgname%-*}
-pkgver=r738.e6bb373
+pkgver=r764.18072e0
pkgrel=1
pkgdesc='A dynamic tiling wayland compositor.'
arch=('x86_64')
-url='https://github.com/ifreund/river'
+url='https://github.com/riverwm/river'
license=('GPL3')
depends=(
- 'mesa>=21.1.2' 'wlroots>=0.14.0' 'wayland' 'wayland-protocols'
- 'libxkbcommon' 'libevdev' 'pixman' 'xorg-xwayland' 'polkit'
+ 'mesa' 'wlroots' 'wayland' 'wayland-protocols' 'libxkbcommon'
+ 'libevdev' 'pixman' 'xorg-xwayland' 'polkit'
)
-makedepends=('zig>=0.8.0' 'git' 'scdoc')
+makedepends=('zig' 'git' 'scdoc')
provides=('river' 'riverctl' 'rivertile')
-conflicts=('river' 'river-noxwayland-git')
+conflicts=('river' 'river-bin' 'river-noxwayland-git')
source=(
"git+$url"
'git+https://github.com/ifreund/zig-pixman.git'