diff options
author | Caleb Woodbine | 2018-09-20 13:45:26 +1200 |
---|---|---|
committer | Caleb Woodbine | 2018-09-20 13:45:26 +1200 |
commit | 8671c9c91af8daee2ab5fd9e0756b47a4bd4b890 (patch) | |
tree | e43d6c18a2ee56f309a9c97cccb7c57fd2ac2fcc /PKGBUILD | |
parent | e875aebbf5598d336d51272da6e5200ace96b452 (diff) | |
download | aur-8671c9c91af8daee2ab5fd9e0756b47a4bd4b890.tar.gz |
Updated to version 2.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ # Maintainer: Caleb Woodbine <gitlab.com/BobyMCbobs> pkgname=getnewip -pkgver=2.2 +pkgver=2.2.1 pkgrel=1 pkgdesc="Sync dynamic public IP addresses of GNU/Linux servers with the hostname in a user's SSH config file, via Dropbox." arch=('any') url="https://gitlab.com/BobyMCbobs/${pkgname}" license=('GPL') -depends=('gnu-netcat' 'curl' 'bash' 'openssh') +depends=('gnu-netcat' 'curl' 'bash' 'openssh' 'nano' 'iputils') source=("https://gitlab.com/BobyMCbobs/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.zip") md5sums=('c9cabadd60c799c4f2211640f95946e9') |