summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2020-10-12 22:33:13 +0300
committerwowario2020-10-12 22:33:13 +0300
commit288d8a3580a3be79bf5392a5dd6042d25d9889bf (patch)
treed5fbf321cce7de683904662b527cdb9d6cb590a8
parent658ff939cf760b3a2ef25bed029e5dc06773b6cd (diff)
downloadaur-288d8a3580a3be79bf5392a5dd6042d25d9889bf.tar.gz
remove base-devel from depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef91291d73b1..d077a408a6ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monero-feather-git
pkgdesc = a free Monero desktop wallet
- pkgver = v0.1.0.0.cd1cd5cb75
+ pkgver = v0.1.0.0.d465639d2a
pkgrel = 1
url = https://featherwallet.org
arch = x86_64
@@ -23,7 +23,6 @@ pkgbase = monero-feather-git
depends = libsodium
depends = libpgm
depends = expat
- depends = base-devel
depends = qt5-base
provides = monero-feather-git
source = monero-feather-git::git+https://git.wownero.com/feather/feather
diff --git a/PKGBUILD b/PKGBUILD
index 7ae0d75478a0..82131025333c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgbase=('monero-feather-git')
pkgname=('monero-feather-git')
-pkgver=v0.1.0.0.cd1cd5cb75
+pkgver=v0.1.0.0.d465639d2a
pkgrel=1
pkgdesc="a free Monero desktop wallet"
license=('BSD')
arch=('x86_64')
url="https://featherwallet.org"
depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'protobuf' 'miniupnpc'
- 'libgcrypt' 'qrencode' 'ccache' 'libsodium' 'libpgm' 'expat' 'base-devel' 'qt5-base')
+ 'libgcrypt' 'qrencode' 'ccache' 'libsodium' 'libpgm' 'expat' 'qt5-base')
makedepends=('git' 'cmake' 'boost')
provides=('monero-feather-git')
@@ -28,7 +28,7 @@ build() {
mkdir build && cd build && cmake .. && make release-static -j2
}
-package_feather-git() {
+package_monero-feather-git() {
install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm755 "${srcdir}/${pkgname}/build/bin/feather" "${pkgdir}/usr/bin/feather"
}