summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6ed73e6e2ee..ba3c5d5b0d8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mpy-repl-tool
_pkgname=mpy-repl-tool
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="Communicate and transfer files from and to MicroyPython boards via REPL"
arch=('any')
@@ -12,7 +12,9 @@ makedepends=('python-setuptools')
depends=(python-pyserial python-colorama)
optdepends=('python-fusepy: for mounting the micropython filesystem')
source=(https://files.pythonhosted.org/packages/36/a3/5799b2d57449b3247afb464ec9720ecfdbf1ecec763d6e31f430811e5456/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6000e36e66c63d352b86f447221393a4')
+source=(https://files.pythonhosted.org/packages/44/6c/7b90f0db24cb83964dca4832af5c969722feff108c479fa8185a225d88e2/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2ef2861d1630a5314de87c83dfda2ad5')
+
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"