summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2021-09-02 22:07:33 +0300
committerwowario2021-09-02 22:07:33 +0300
commit790fed8cd0b39f6dde6cac10b1d8ae35e9a7262a (patch)
tree72f50db9360e250ddf36dd4e3a617fe29867d007
parentbb7bfa2fbf5baef675b909a3ad96427434e4c4ff (diff)
downloadaur-790fed8cd0b39f6dde6cac10b1d8ae35e9a7262a.tar.gz
remove pcsclite dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03a6ffa5d2ba..1acaf326d137 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = wownero-git
depends = openssl
depends = readline
depends = zeromq
- depends = pcsclite
depends = hidapi
depends = protobuf
depends = libusb
@@ -37,4 +36,4 @@ pkgbase = wownero-git
sha512sums = a7c8170462e7578eced13908a27955128cc0c002c4bcff0d8c42719f1d7ee0dd33fa793c86c7ded52215cd22ba884569d69043c4d008d2597e33eb7ca1df9972
pkgname = wownero-git
- backup = etc/wownerod.conf \ No newline at end of file
+ backup = etc/wownerod.conf
diff --git a/PKGBUILD b/PKGBUILD
index c2fac68524a8..238ddbad67ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Wownero: a fairly launched privacy-centric meme coin with no premine an
license=('BSD')
arch=('x86_64')
url="https://wownero.org/"
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'tor')
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'tor')
makedepends=('git' 'cmake' 'boost')
source=(
"${pkgname}"::"git+https://git.wownero.com/wownero/wownero.git"