summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPantelis Panayiotou2024-03-22 19:05:27 +0200
committerPantelis Panayiotou2024-03-22 19:05:27 +0200
commit4b74ff883d40d3b853953e94fd83613f153d6731 (patch)
tree3a54a0edf62c2adfb77d4b4bbb30dcb97e84149e
parentcce5913d8ddd8feb968a50d366ebe18572048b97 (diff)
downloadaur-graphs-git.tar.gz
Removed 'provides'; added 'conflicts'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e78f90ce7465..b30990ee35a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = graphs-git
depends = python-numexpr
depends = python-sympy
depends = gobject-introspection
- provides = graphs
+ conflicts = graphs
source = graphs-git::git+https://gitlab.gnome.org/World/Graphs.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6eec15662c77..d6f6784b6403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://welcome.gnome.org/app/Graphs/"
license=('GPL-3.0-or-later')
depends=('gtk4' 'libadwaita' 'python-matplotlib' 'python-scipy' 'python-numpy' 'python-numexpr' 'python-sympy' 'gobject-introspection')
-provides=('graphs')
+conflicts=('graphs')
makedepends=('git' 'meson' 'blueprint-compiler' 'gettext' 'vala' 'gobject-introspection-runtime')
source=("$pkgname"::"git+https://gitlab.gnome.org/World/Graphs.git")
sha256sums=('SKIP')