summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxhe2017-08-20 13:39:31 +0800
committerxhe2017-08-20 13:40:01 +0800
commit735061bf4549fd1e4a90df0bdc8b07e4a25a2793 (patch)
tree70a5a6dc0cde585b08f5e5ce782eadde02dd4f83
parent5b1b02c650e893439d7f34cb4d1e390205445e2e (diff)
downloadaur-735061bf4549fd1e4a90df0bdc8b07e4a25a2793.tar.gz
cli ver does not depend on libpng
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f5d3e7739e8..65a3bb99f92d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = deeponion
arch = x86_64
license = MIT
depends = miniupnpc
- depends = libpng
depends = boost
depends = openssl-1.0
depends = libevent
diff --git a/PKGBUILD b/PKGBUILD
index 5194c4326591..6af9ddb2042d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="DeepOnion (ONION) is a new PoW/PoS altcoin that is most secure. All the
arch=('i686' 'x86_64')
url="https://github.com/deeponion/deeponion"
license=('MIT')
-depends=('miniupnpc' 'libpng' 'boost' 'openssl-1.0' 'libevent' 'db')
+depends=('miniupnpc' 'boost' 'openssl-1.0' 'libevent' 'db')
source=("deeponion::git+https://github.com/deeponion/deeponion"
"upnp_2.patch")
md5sums=('SKIP'