summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2022-10-20 20:53:57 +0200
committerXiretza2022-10-20 20:53:57 +0200
commit193867ec2e9f0233180376bdf1e8b9c82ebc0a17 (patch)
tree68ad9c05d4b9c0c564da7c01b364b2064bb5d42e
parente32086514ef38ab246f5d5f7239d085177608603 (diff)
downloadaur-193867ec2e9f0233180376bdf1e8b9c82ebc0a17.tar.gz
Provide versioned fractal
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c282fa240e..86f3371fba24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = fractal-git
depends = pipewire
depends = libshumate
depends = org.freedesktop.secrets
- provides = fractal
+ provides = fractal=5.alpha1.r55.g92692649
provides = fractal-next
conflicts = fractal
replaces = fractal-next
diff --git a/PKGBUILD b/PKGBUILD
index fdb5901eb1bb..3df1bb17a501 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ 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' 'fractal-next')
+provides=("fractal=$pkgver" 'fractal-next')
replaces=('fractal-next')
makedepends=('rust' 'git' 'meson' 'clang')
source=("git+https://gitlab.gnome.org/GNOME/fractal.git")