summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2021-01-23 02:56:05 -0500
committerKyle Keen2021-01-23 02:56:05 -0500
commit9ed35e7f5c5e7f78f354d30cec7359285e1e1761 (patch)
tree4623e9287a30c06fd6a5c7c4eb0d5e66dfd504d0
parentec62bff1cdd71cf03097ae195caa79df39867d6d (diff)
downloadaur-9ed35e7f5c5e7f78f354d30cec7359285e1e1761.tar.gz
1.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d3614f3ae4..779d680ecea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 15 01:20:53 UTC 2020
+# Sat Jan 23 07:55:59 UTC 2021
pkgbase = micropython
pkgdesc = Python3 for microcontrollers, with stdlib. (unix version)
- pkgver = 1.12
+ pkgver = 1.13
pkgrel = 1
url = http://micropython.org/
arch = i686
@@ -15,12 +15,12 @@ pkgbase = micropython
depends = libffi
depends = mbedtls
options = !emptydirs
- source = mpy-1.12.tgz::https://github.com/micropython/micropython/archive/v1.12.tar.gz
+ source = mpy-1.13.tgz::https://github.com/micropython/micropython/archive/v1.13.tar.gz
source = mlib-1.9.3.tgz::https://github.com/micropython/micropython-lib/archive/v1.9.3.tar.gz
source = axtls-1.8.2.tgz::https://github.com/pfalcon/axtls/archive/v1.8.2.tar.gz
source = ffi-3.3.tgz::https://github.com/libffi/libffi/archive/v3.3.tar.gz
source = bdb.tgz::https://github.com/pfalcon/berkeley-db-1.xx/archive/embedded.tar.gz
- md5sums = 60bf0916bcbca11d484fe3ccd862a610
+ md5sums = 219d12f6017cd8a89a3c316e1c096091
md5sums = 1752ce13e851a671a07ce3f7a807b21c
md5sums = e11da4ef04499030d1eff69b474f34f0
md5sums = f25aefb928eed09e858878382e10641f
diff --git a/PKGBUILD b/PKGBUILD
index 82ceb567042f..899716f938ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgbase=micropython
pkgname=(micropython micropython-lib)
-pkgver=1.12
+pkgver=1.13
_libver=1.9.3
# stupid submodules
_axver=1.8.2
@@ -21,13 +21,14 @@ source=("mpy-$pkgver.tgz::https://github.com/micropython/micropython/archive/v$p
"bdb.tgz::https://github.com/pfalcon/berkeley-db-1.xx/archive/embedded.tar.gz") # submodule with no releases!
# What about the lwip submodule? The repo is GONE. You didn't need an IP stack anyway.
# Maybe http://download.savannah.gnu.org/releases/lwip/lwip-2.0.0.zip is it?
-md5sums=('60bf0916bcbca11d484fe3ccd862a610'
+md5sums=('219d12f6017cd8a89a3c316e1c096091'
'1752ce13e851a671a07ce3f7a807b21c'
'e11da4ef04499030d1eff69b474f34f0'
'f25aefb928eed09e858878382e10641f'
'SKIP')
+
# todo:
# fix 'imported as namespace package' warnings from stdlib