summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2022-08-14 11:32:34 +0200
committerXiretza2022-08-14 11:32:34 +0200
commitcfef84a316d4a47b64a8b366b5c52f67bd52e540 (patch)
tree982ac14e99c66d664dfc24d31e8e7e375508d24e
parent3b199e8caf9c4cb14405b2bc22238fd3cb18a114 (diff)
downloadaur-cfef84a316d4a47b64a8b366b5c52f67bd52e540.tar.gz
Add provides/replaces for fractal-next
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65905cb2b371..d54b2a45c9d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fractal-git
pkgdesc = Matrix messaging app for GNOME written in Rust
pkgver = 5.alpha.r724.b55752c1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GNOME/fractal
arch = i686
arch = x86_64
@@ -20,7 +20,9 @@ pkgbase = fractal-git
depends = libshumate
depends = org.freedesktop.secrets
provides = fractal
+ provides = fractal-next
conflicts = fractal
+ replaces = fractal-next
source = git+https://gitlab.gnome.org/GNOME/fractal.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 82ad89996fcb..da0e206c33e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=fractal-git
_gitname=fractal
pkgver=5.alpha.r724.b55752c1
-pkgrel=1
+pkgrel=2
pkgdesc="Matrix messaging app for GNOME written in Rust"
arch=('i686' 'x86_64')
license=('GPL3')
url="https://gitlab.gnome.org/GNOME/fractal"
depends=('gtk4' 'gtksourceview5' 'gst-plugins-base-libs' 'gst-editing-services' 'gspell' 'libadwaita>=1:1.2.alpha' 'pipewire' 'libshumate' 'org.freedesktop.secrets')
conflicts=('fractal')
-provides=('fractal')
+provides=('fractal' 'fractal-next')
+replaces=('fractal-next')
makedepends=('rust' 'git' 'meson' 'clang')
source=("git+https://gitlab.gnome.org/GNOME/fractal.git")
md5sums=('SKIP')