summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNebulosa2024-03-24 13:45:33 +0300
committerNebulosa2024-03-24 13:45:33 +0300
commitf2329ed06cefccc1f5763529b7fbf54e7cbefb57 (patch)
tree499e33d5623710fd3367ece226335c546db01466
parent4ee08c16999f23d813957da13adb847e6dac3e09 (diff)
downloadaur-f2329ed06cefccc1f5763529b7fbf54e7cbefb57.tar.gz
Add provides and conflicts options
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be28bf625470..80cf5bab3ca2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gcad3d-bin
pkgdesc = Parametric 3D CAD with viewer, import, export, NC
pkgver = 2.60.04
- pkgrel = 2
+ pkgrel = 3
url = https://www.gcad3d.org
arch = x86_64
license = GPL-3.0-or-later
@@ -18,7 +18,7 @@ pkgbase = gcad3d-bin
depends = libglvnd
depends = pango
optdepends = xorg-xwayland: run under Wayland
- conflicts = gcad3d-git
+ provides = gcad3d
conflicts = gcad3d
options = !debug
source = https://www.gcad3d.org/download/gCAD3D-2.60.04-bin-amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 42f0849fbc99..7557862de700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=gcad3d-bin
pkgver=2.60.04
-pkgrel=2
+pkgrel=3
pkgdesc="Parametric 3D CAD with viewer, import, export, NC"
arch=(x86_64)
url="https://www.gcad3d.org"
license=(GPL-3.0-or-later)
depends=(at-spi2-core cairo fontconfig freetype2 gdk-pixbuf2 glib2 glu gtk2 gtkglarea harfbuzz libglvnd pango)
optdepends=('xorg-xwayland: run under Wayland')
-conflicts=(${pkgname%-bin}-git ${pkgname%-bin})
+provides=(${pkgname%-bin})
+conflicts=(${pkgname%-bin})
options=(!debug)
source=($url/download/gCAD3D-$pkgver-bin-amd64.deb)
b2sums=('502f8501faf4464fa303a03cba90f07c6cb1f4ae4e56e8cdae0cc5b05f6b6aa6b869864942e1b6fb86302438af6fd0f64e9c7a7f1f96ede2ba393ffc2d21f89b')