summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2023-11-25 12:07:14 +0100
committerMichał Wojdyła2023-11-25 12:07:14 +0100
commit212baf2d32498b2350e29bde9469112e9f0e130b (patch)
treec1cd13aa0d4256a6117cd447897c55f6ed16032a /PKGBUILD
parent50fa9bd9a686d273f9723794c2f0d35f92b1e232 (diff)
downloadaur-cpp-coveralls-git.tar.gz
remove unneeded python-ipaddress dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf205e8842f4..cecbbe872b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kuan-Yen Chou <kuanyenchou at gmail dot com>
pkgname=cpp-coveralls-git
-pkgver=0.4.2.r4.g800231f
+pkgver=0.4.2.r7.g47f6387
pkgrel=1
pkgdesc='Upload gcov results to coveralls.io'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
provides=('cpp-coveralls')
conflicts=('cpp-coveralls')
depends=('python' 'python-requests' 'python-future' 'python-certifi'
- 'python-cryptography' 'python-pyopenssl' 'python-ipaddress')
+ 'python-cryptography' 'python-pyopenssl')
makedepends=('python-setuptools' 'git')
source=('git+https://github.com/eddyxu/cpp-coveralls.git')
sha256sums=('SKIP')