summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-08-22 18:42:48 +0100
committerGrey Christoforo2019-08-22 18:42:48 +0100
commite0dc40032ccdeba71362226b9e917dc9dc67b654 (patch)
tree45b1b45ccf43c73c9d1957e1996664a3f8de1e43
parent6f014ab3b8253be37b428be6eec1919b365e7ab6 (diff)
downloadaur-e0dc40032ccdeba71362226b9e917dc9dc67b654.tar.gz
bump version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8cb98cd2baf..760eab441dc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=kicad-rc
-_pkgver="5.1.3"
+_pkgver="5.1.4"
pkgver=${_pkgver/-rc/.}
pkgrel=2
pkgdesc="Official KiCad release candidates and dev snapshots"
@@ -16,7 +16,7 @@ provides=('kicad')
makedepends=('clang')
_github_project='kicad-source-mirror'
source=("https://github.com/KiCad/${_github_project}/archive/${_pkgver}.tar.gz")
-md5sums=('522c982b60bab0adc34446491396a17e')
+md5sums=('97105e4816c1cddf6f8380cc356e28ea')
prepare() {