diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-25 16:44:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-25 16:44:22 (GMT) |
commit | 1b80c6bf68b69f9b7befe14f975a079efc9d3811 (patch) | |
tree | 231ff14e416344e9191190e4220287376d033ba1 /abs/extra-testing/recstat/PKGBUILD | |
parent | b0529d6eaf69405fb2ca0faa2a97c5ffb756c2ad (diff) | |
download | linhes_pkgbuild-1b80c6bf68b69f9b7befe14f975a079efc9d3811.zip linhes_pkgbuild-1b80c6bf68b69f9b7befe14f975a079efc9d3811.tar.gz linhes_pkgbuild-1b80c6bf68b69f9b7befe14f975a079efc9d3811.tar.bz2 |
recstat: update pkgbuild to include python-pyserial as a dep
cleaned up recstat.py.
Diffstat (limited to 'abs/extra-testing/recstat/PKGBUILD')
-rw-r--r-- | abs/extra-testing/recstat/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/extra-testing/recstat/PKGBUILD b/abs/extra-testing/recstat/PKGBUILD index 84a0943..ba67bd5 100644 --- a/abs/extra-testing/recstat/PKGBUILD +++ b/abs/extra-testing/recstat/PKGBUILD @@ -1,10 +1,10 @@ pkgname=recstat pkgver=1 -pkgrel=7 +pkgrel=13 pkgdesc="pkg to help use the System LEDs for Recording Status" arch=('i686' 'x86_64') url="" -depends=('python') +depends=('python' 'python-pyserial') license=('GPL') source=(recstat recstat.py) md5sums=('626acb8cdd9e5cdb3a502bc12b828067') @@ -15,3 +15,5 @@ build () { } md5sums=('7f4ba41b65ed4d693d60d5ea00e8411b' '9477fe77a716c308125eab521cf59f20') +md5sums=('7f4ba41b65ed4d693d60d5ea00e8411b' + '810ee7a073e8f417ab18e146ebf3b900') |