Update deb pkg deps and bump version to 1.1
This commit is contained in:
parent
df64969adf
commit
be3c44f637
|
|
@ -1,8 +1,8 @@
|
||||||
Package: noaacap
|
Package: noaacap
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Section: hamradio
|
Section: hamradio
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Dan Srebnick <k2ie at k2ie.net>
|
Maintainer: Dan Srebnick <k2ie at k2ie.net>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: aprx (>=2.9) | direwolf (>=1.3), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd
|
Depends: aprx (>=2.9) | direwolf (>=1.3), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd,python3-dateutil
|
||||||
Description: APRS Weather Alerts beacon exec for aprx & Dire Wolf
|
Description: APRS Weather Alerts beacon exec for aprx & Dire Wolf
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
##
|
##
|
||||||
## See /usr/local/share/noaacap/CHANGELOG for change history
|
## See /usr/local/share/noaacap/CHANGELOG for change history
|
||||||
##
|
##
|
||||||
version = "1.0"
|
version = "1.1"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import pytz
|
import pytz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue