summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2018-09-19 10:06:03 +0100
committerGrey Christoforo2018-09-19 10:06:03 +0100
commit0c5c58d8798a7f1bbf399b486cf5862087085314 (patch)
treedbf94801646199da2cc72a19b837086859e8dcd4 /PKGBUILD
parente53dfc948cbc5477c2a54934e2b9d3b11293bf0c (diff)
downloadaur-0c5c58d8798a7f1bbf399b486cf5862087085314.tar.gz
change description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbe8d811ad09..8369351fd7e8 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')
-provides=($pkgname)
+provides=(kicad-footprints)
source=("https://github.com/KiCad/kicad-footprints/archive/${_pkgver}.tar.gz")
md5sums=('e8ce40c47b108280d7878f858899ab10')