summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2018-07-25 14:04:36 +0100
committerGrey Christoforo2018-07-25 14:04:36 +0100
commitc23c99064d8e3a352f584fbfa7e6cd3a6ad2eade (patch)
treef810bb6ede346f51e5ef407ad7fb7a89f52a3272 /PKGBUILD
parenta29a1de1cc35f084fbeb84582e06e7ead2d626a4 (diff)
downloadaur-c23c99064d8e3a352f584fbfa7e6cd3a6ad2eade.tar.gz
bump to 5.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bf28df04daa..a2d603e66a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=kicad-rc
-_pkgver="5.0.0-rc3"
+_pkgver="5.0.0"
pkgver=${_pkgver//-}
pkgrel=1
pkgdesc="Official KiCad release candidates and dev snapshots"
@@ -14,7 +14,7 @@ conflicts=('kicad' 'kicad-git' 'kicad-scripting-git' 'kicad-bzr')
provides=('kicad')
_github_project='kicad-source-mirror'
source=("https://github.com/KiCad/${_github_project}/archive/${_pkgver}.tar.gz")
-md5sums=('b38154bec7b7873e11a48df0ce33878a')
+md5sums=('a0d5b122b82c05047744a011be7de0bd')
install=kicad.install
build() {