diff options
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 8 insertions, 4 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Thu Dec 21 08:34:39 UTC 2017 +# Mon Dec 25 19:54:41 UTC 2017 pkgbase = han-ese-ops_rpi pkgdesc = Scripts for the Raspberry Pi for the Final Assignment of HAN ESE OPS. pkgver = 0.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/han-ese/Arch-RPi changelog = ChangeLog arch = any @@ -11,6 +11,7 @@ pkgbase = han-ese-ops_rpi depends = bash depends = python3 depends = python-sense-hat + depends = python-netifaces source = https://github.com/han-ese/Arch-RPi/archive/v0.1.tar.gz sha512sums = 1f230d720d37dea4ff1663879b7776be197f4b86742f20fc578b19408fe91b5230d34a6c8ca88f72cde57a069d39039bc94c1121afee5c590c6e26c41ea2cab4 diff --git a/ChangeLog b/ChangeLog index b37d3af3e309..db3a6a290ccb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,3 +8,6 @@ https://github.com/han-ese/Arch-RPi * han-ese-ops_rpi-0.1-2 (2017-12-21 - MvdS) Add dependency python-sense-hat + * han-ese-ops_rpi-0.1-3 (2017-12-25 - MvdS) + Add dependency python-netifaces + @@ -1,12 +1,12 @@ # Maintainer: Marc van der Sluys < han [at] vandersluys [dt] nl > pkgname=han-ese-ops_rpi pkgver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Scripts for the Raspberry Pi for the Final Assignment of HAN ESE OPS." arch=('any') url="https://github.com/han-ese/Arch-RPi" license=('GPL3') -depends=('bash' 'python3' 'python-sense-hat') +depends=('bash' 'python3' 'python-sense-hat' 'python-netifaces') changelog=ChangeLog source=("https://github.com/han-ese/Arch-RPi/archive/v${pkgver}.tar.gz") sha512sums=('1f230d720d37dea4ff1663879b7776be197f4b86742f20fc578b19408fe91b5230d34a6c8ca88f72cde57a069d39039bc94c1121afee5c590c6e26c41ea2cab4') |