summaryrefslogtreecommitdiffstats
path: root/testing/py-serial
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-09-21 14:45:05 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-09-21 22:28:09 +0000
commit9b9b1044085210c53507bccae8ffbbb46ce47030 (patch)
tree0462dca6dc600d39507d6bad517751769a568ced /testing/py-serial
parentb912b9b64ed3057db7b770a814a37be32bf0b3a6 (diff)
downloadaports-9b9b1044085210c53507bccae8ffbbb46ce47030.tar.bz2
aports-9b9b1044085210c53507bccae8ffbbb46ce47030.tar.xz
testing/py-serial: upgrade to 2.6
Diffstat (limited to 'testing/py-serial')
-rw-r--r--testing/py-serial/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-serial/APKBUILD b/testing/py-serial/APKBUILD
index 200eab121..756ec59a3 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"