diff options
Diffstat (limited to 'testing/py-serial/APKBUILD')
-rw-r--r-- | testing/py-serial/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-serial/APKBUILD b/testing/py-serial/APKBUILD index 200eab121e..756ec59a3f 100644 --- a/testing/py-serial/APKBUILD +++ b/testing/py-serial/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-serial _realname=pyserial -pkgver=2.5 +pkgver=2.6 pkgrel=0 pkgdesc="Python Serial Port Extension" url="http://pyserial.sourceforge.net/" @@ -41,7 +41,7 @@ examples() { cd "$_builddir" mkdir -p "$subpkgdir"/usr/share/doc/$pkgname/examples || return 1 # Example files - _examples="enhancedserial.py miniterm.py rfc2217_server.py scan.py \ + _examples="enhancedserial.py rfc2217_server.py scan.py \ scanlinux.py tcp_serial_redirect.py port_publisher.py port_publisher.sh" for _example in $_examples; do mv "$srcdir"/$_realname-$pkgver/examples/$_example \ @@ -49,4 +49,4 @@ examples() { done } -md5sums="34340820710239bea2ceca7f43ef8cab pyserial-2.5.tar.gz" +md5sums="cde799970b7c1ce1f7d6e9ceebe64c98 pyserial-2.6.tar.gz" |