summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42df8d6eaed0..61dbcb95ae37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = kicad-footprints
- pkgdesc = Official KiCad footprint libraries -- stable release
+ pkgdesc = Official KiCad footprint libraries -- stable and RC releases
pkgver = 5.0.0
pkgrel = 1
url = https://kicad.github.io/footprints
diff --git a/PKGBUILD b/PKGBUILD
index 0cc173f96819..4d1f36d41ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=kicad-footprints
_pkgver="5.0.0"
pkgver=${_pkgver//-}
pkgrel=1
-pkgdesc="Official KiCad footprint libraries -- stable release"
+pkgdesc="Official KiCad footprint libraries -- stable and RC releases"
arch=('any')
url="https://kicad.github.io/footprints"
license=('GPL')
makedepends=('cmake')
conflicts=('kicad-footprints-git' 'kicad-library-git')
-provides=($pkgname)
+provides=(kicad-footprints)
source=("https://github.com/KiCad/kicad-footprints/archive/${_pkgver}.tar.gz")
md5sums=('e8ce40c47b108280d7878f858899ab10')