diff options
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') |