summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTriss Healy2022-09-06 22:24:28 +1000
committerTriss Healy2022-09-06 22:29:46 +1000
commit51cf071f30028c8896a452219324f73735b68f48 (patch)
tree0e56208bfce503ef58040d9b92fe3abe6fd087e3
parent78c298d4c56d5c133d3c41308b34411c7084dfd8 (diff)
downloadaur-51cf071f30028c8896a452219324f73735b68f48.tar.gz
Added libshumate to conflicts.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b86d2d8cc163..0545d2fc1ec7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libshumate-git
pkgdesc = GTK4 widget to display maps (git version)
- pkgver = 1.0.0.beta.r1.g32f8d1a
- pkgrel = 2
+ pkgver = 1.0.0.beta.r6.g125757b
+ pkgrel = 1
url = https://wiki.gnome.org/Projects/libshumate
arch = x86_64
arch = aarch64
@@ -18,6 +18,7 @@ pkgbase = libshumate-git
depends = sqlite
depends = protobuf-c
provides = libshumate
+ conflicts = libshumate
source = git+https://gitlab.gnome.org/GNOME/libshumate.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c1230bc88455..242537b36ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=libshumate
pkgname=${_pkgname}-git
-pkgver=1.0.0.beta.r1.g32f8d1a
-pkgrel=2
+pkgver=1.0.0.beta.r6.g125757b
+pkgrel=1
pkgdesc="GTK4 widget to display maps (git version)"
arch=(x86_64 aarch64)
url="https://wiki.gnome.org/Projects/libshumate"
@@ -12,7 +12,7 @@ depends=(gtk4 libsoup sqlite protobuf-c)
makedepends=(git gobject-introspection gtk-doc gi-docgen meson vala)
checkdepends=(xorg-server-xvfb)
provides=(libshumate)
-
+conflicts=(libshumate)
source=("git+https://gitlab.gnome.org/GNOME/${_pkgname}.git")
sha256sums=('SKIP')
@@ -31,7 +31,7 @@ check() {
# Make a Empty $XDG_CONFIG_DIR to prevent issues to user
# customization breaking tests
mkdir -p $srcdir/test_config_dir
-
+
# Run tests with headless x11 server.
env \
XDG_CONFIG_DIR=$srcdir/test_config_dir \