summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsa Venton2021-01-18 17:17:16 +0000
committerAsa Venton2021-01-18 17:17:16 +0000
commite89533e0259fb827515fe6dc6b5458f5d581e0b8 (patch)
tree88680a44a8532c2b5e92fa8032b6e65b37d15b7b
parent3bc7906f2cc2a3391ffa98f119f5bebdf16729ab (diff)
downloadaur-e89533e0259fb827515fe6dc6b5458f5d581e0b8.tar.gz
Remove unnecessary boost dependencies. Bump pkgrel.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a854b543127..7386c69bf3b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eiskaltdcpp
pkgdesc = EiskaltDC++ is a cross-platform program that uses the Direct Connect (DC aka NMDC) and Advanced Direct Connect (ADC) protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software.
pkgver = 2.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eiskaltdcpp/eiskaltdcpp/
arch = x86_64
license = GPL3
@@ -10,7 +10,6 @@ pkgbase = eiskaltdcpp
makedepends = libidn
makedepends = aspell
makedepends = attr
- makedepends = boost
makedepends = pcre
makedepends = bash
makedepends = miniupnpc
@@ -33,7 +32,6 @@ pkgname = eiskaltdcpp-core
depends = lua
depends = libidn
depends = attr
- depends = boost-libs
depends = miniupnpc
depends = pcre
provides = eiskaltdcpp-core=2.4.0
diff --git a/PKGBUILD b/PKGBUILD
index b57284181a19..0025d69b4c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=("${pkgbase}-core"
"${pkgbase}-data"
)
pkgver=2.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="EiskaltDC++ is a cross-platform program that uses the Direct Connect (DC aka NMDC) and Advanced Direct Connect (ADC) protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software."
license=('GPL3')
arch=('x86_64')
@@ -25,7 +25,6 @@ makedepends=('cmake'
'libidn'
'aspell'
'attr'
- 'boost'
'pcre'
'bash'
'miniupnpc'
@@ -78,7 +77,6 @@ package_eiskaltdcpp-core() {
'lua'
'libidn'
'attr'
- 'boost-libs'
'miniupnpc'
'pcre'
)