summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2020-11-01 19:23:10 +0100
committerGrey Christoforo2020-11-01 19:23:10 +0100
commit89af6c6aff083a2b436f10da8a717a900ba46d6a (patch)
tree1e80440728f8cbdde4097debdb0a815e736022cf /PKGBUILD
parentda2f5c5f30c3893ed19d2aa7647ded82eeebb79d (diff)
downloadaur-kicad-footprints.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc80eec48a24..d6e13826aea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=kicad-footprints
-_pkgver="5.1.5"
+_pkgver="5.1.7"
pkgver=${_pkgver//-/_}
pkgrel=1
-pkgdesc="Official KiCad footprint libraries -- stable and RC releases"
+pkgdesc="Official KiCad footprint libraries"
arch=('any')
url="https://kicad.github.io/footprints"
license=('GPL')
@@ -12,7 +12,7 @@ makedepends=('cmake')
conflicts=('kicad-footprints-git' 'kicad-library-git')
provides=(kicad-footprints)
source=("https://github.com/KiCad/kicad-footprints/archive/${_pkgver}.tar.gz")
-md5sums=('7722484abaf84a78dadc925070a07f7f')
+md5sums=('0b2bb98f7e4dd936b93ce089d81b4e5d')
build() {
cd "$srcdir"