summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-06-18 22:10:45 -0400
committerAndrew Sun2020-06-18 22:10:45 -0400
commite8819f23b7542240b2f733e36323f6c9f749ef6b (patch)
treedc9a6bc437b3345e7d8ca164feaebcbcac43f497
parent20d95c309a94e5131bc0e4f0026b3b5380257ffc (diff)
downloadaur-e8819f23b7542240b2f733e36323f6c9f749ef6b.tar.gz
fix packaging and update depends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909fa3eec8b7..a3d127da48b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 2ping
pkgdesc = a bi-directional ping utility
pkgver = 4.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.finnie.org/software/2ping/
arch = any
license = GPL2
@@ -9,9 +9,11 @@ pkgbase = 2ping
depends = python-dnspython
depends = python-netifaces
depends = python-pycryptodome
+ depends = python-pycryptodomex
+ depends = python-distro
optdepends = bash-completion: for bash auto-completion
- source = 2ping-4.5.tar.gz::https://github.com/rfinnie/2ping/archive/v4.5.tar.gz
- sha256sums = 5278e1189ba5ed5f8d9820c56efba4a43471a6911a7c867c70a81e0d7c8ec9cc
+ source = https://www.finnie.org/software/2ping/2ping-4.5.tar.gz
+ sha256sums = 867009928bf767d36279f90ff8f891855804c0004849f9554ac77fcd7f0fdb7b
pkgname = 2ping
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}"