summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-29 10:55:26 +0000
committerGrey Christoforo2019-11-29 10:55:26 +0000
commit8904ad2e96702089f173cb9e9625caf3c94eeb6e (patch)
treea02e77b603e73bcdd4460b53a0a3843a1ff7e641 /PKGBUILD
parent99ed64cd992a4889dce104c98eb17ef114b001d0 (diff)
downloadaur-8904ad2e96702089f173cb9e9625caf3c94eeb6e.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0d7cc9238a5..878a86989d13 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.5-rc1"
+_pkgver="5.1.5"
pkgver=${_pkgver/-rc/.}
pkgrel=1
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=('2f71525d53a861016e6cc514024cc7cd')
+md5sums=('8d106f231327b0152d111b4921a17ad2')
prepare() {