summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-08-08 21:33:47 +0100
committerGrey Christoforo2018-08-08 21:33:47 +0100
commit72e69ea7a9e5e1471297482a29f8da6e243e2427 (patch)
treef165fd4ebdcdf265fcab9b6a06bc18d0acc18bd4
parente53dfc948cbc5477c2a54934e2b9d3b11293bf0c (diff)
downloadaur-72e69ea7a9e5e1471297482a29f8da6e243e2427.tar.gz
add conflict
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b08ad1f1a203..42df8d6eaed0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = kicad-footprints
makedepends = cmake
provides = kicad-footprints
conflicts = kicad-footprints-git
+ conflicts = kicad-library-git
source = https://github.com/KiCad/kicad-footprints/archive/5.0.0.tar.gz
md5sums = e8ce40c47b108280d7878f858899ab10
diff --git a/PKGBUILD b/PKGBUILD
index cbe8d811ad09..0cc173f96819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://kicad.github.io/footprints"
license=('GPL')
makedepends=('cmake')
-conflicts=('kicad-footprints-git')
+conflicts=('kicad-footprints-git' 'kicad-library-git')
provides=($pkgname)
source=("https://github.com/KiCad/kicad-footprints/archive/${_pkgver}.tar.gz")
md5sums=('e8ce40c47b108280d7878f858899ab10')