summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-06-18 22:10:45 -0400
committerAndrew Sun2020-06-18 22:10:45 -0400
commite8819f23b7542240b2f733e36323f6c9f749ef6b (patch)
treedc9a6bc437b3345e7d8ca164feaebcbcac43f497 /PKGBUILD
parent20d95c309a94e5131bc0e4f0026b3b5380257ffc (diff)
downloadaur-e8819f23b7542240b2f733e36323f6c9f749ef6b.tar.gz
fix packaging and update depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fa1c55a6798..c274357a3801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
pkgname=2ping
pkgver=4.5
-pkgrel=1
+pkgrel=2
pkgdesc="a bi-directional ping utility"
arch=('any')
url="https://www.finnie.org/software/2ping/"
license=("GPL2")
-depends=('python-dnspython' 'python-netifaces' 'python-pycryptodome')
+depends=('python-dnspython' 'python-netifaces' 'python-pycryptodome'
+ 'python-pycryptodomex' 'python-distro')
makedepends=('python-setuptools')
optdepends=('bash-completion: for bash auto-completion')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/rfinnie/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('5278e1189ba5ed5f8d9820c56efba4a43471a6911a7c867c70a81e0d7c8ec9cc')
+source=("https://www.finnie.org/software/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('867009928bf767d36279f90ff8f891855804c0004849f9554ac77fcd7f0fdb7b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"