summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorx70b12023-07-18 21:36:57 +0200
committerx70b12023-07-18 21:36:57 +0200
commitbce77a2478262e4981583bd5c81e33bb3115f8d5 (patch)
treee4ebe5992cbefcae60cb69866dac07c05199b687
parentaeaace8ded8502199a572fa555ca286a2b72cd65 (diff)
downloadaur-bce77a2478262e4981583bd5c81e33bb3115f8d5.tar.gz
add provides and conflicts info
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12a09dced0ea..6ac2dcf8805b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-svg2mod-git
url = https://github.com/svg2mod/svg2mod
arch = any
license = GPL2
+ makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
@@ -12,6 +13,8 @@ pkgbase = python-svg2mod-git
makedepends = python-pytest-pylint
depends = python
depends = python-fonttools
+ provides = python-svg2mod
+ conflicts = python-svg2mod
source = python-svg2mod-git::git+https://github.com/svg2mod/svg2mod.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d86fa723f911..817ca94625e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,14 @@ pkgrel=1
pkgdesc="Convert Inkscape SVG drawings to KiCad footprint modules"
url="https://github.com/svg2mod/svg2mod"
depends=()
-makedepends=('python-build' 'python-installer' 'python-wheel' 'python-pytest-runner' 'python-pytest-pylint')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-pytest-runner' 'python-pytest-pylint')
depends=('python' 'python-fonttools')
license=('GPL2')
arch=('any')
source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')
+provides=('python-svg2mod')
+conflicts=('python-svg2mod')
pkgver() {
cd "$pkgname"