summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2015-10-22 07:18:55 -0400
committerKyle Keen2015-10-22 07:18:55 -0400
commit6861aafdf96d5bcd0fcdc3a2a54214fa39d0e1f1 (patch)
tree7962b84aac1b8488407466b410bd9e4c42ff621a
parent73a8fc77b23602f2e1301e73bd1e98629ace60c0 (diff)
downloadaur-6861aafdf96d5bcd0fcdc3a2a54214fa39d0e1f1.tar.gz
1.5 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b442d476853f..95f461c76f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = micropython
pkgdesc = Python3 for microcontrollers, with stdlib. (unix version)
- pkgver = 1.4.5
+ pkgver = 1.5
pkgrel = 1
url = http://micropython.org/
arch = i686
@@ -10,9 +10,9 @@ pkgbase = micropython
depends = readline
depends = libffi
options = !emptydirs
- source = https://github.com/micropython/micropython/archive/v1.4.5.tar.gz
+ source = https://github.com/micropython/micropython/archive/v1.5.tar.gz
source = https://github.com/micropython/micropython-lib/archive/v0.5.tar.gz
- md5sums = 90fed884e60693770b6a1c6b66005444
+ md5sums = d2d0cfdcb6b5978e37f35b5b0ab39743
md5sums = 35e72a1885b61daf391279fd1dc3c7a8
pkgname = micropython
diff --git a/PKGBUILD b/PKGBUILD
index c6f18ae86ad5..24810db99438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgbase=micropython
pkgname=(micropython micropython-lib)
-pkgver=1.4.5
+pkgver=1.5
_libver=0.5
pkgrel=1
pkgdesc="Python3 for microcontrollers, with stdlib. (unix version)"
@@ -13,7 +13,7 @@ makedepends=('python')
options=('!emptydirs')
source=("https://github.com/micropython/micropython/archive/v$pkgver.tar.gz"
"https://github.com/micropython/micropython-lib/archive/v$_libver.tar.gz")
-md5sums=('90fed884e60693770b6a1c6b66005444'
+md5sums=('d2d0cfdcb6b5978e37f35b5b0ab39743'
'35e72a1885b61daf391279fd1dc3c7a8')
# todo: