summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-04-11 21:17:09 +0200
committersL1pKn072018-04-11 21:17:09 +0200
commit90124dc8d361f36f670a7b6b4a58515245b5b336 (patch)
treeb701ee006a459dfd37abd6b844e960d7eb8dbff5
parenta43f456f33aacb3a6d8d7d2448a2e0b30c3a7989 (diff)
downloadaur-90124dc8d361f36f670a7b6b4a58515245b5b336.tar.gz
bump, drop non x86_64 architectures (follow archlinux flow). if you need, you can feel to free upload a new package with differen architecture support. sorry and greetings
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD5
2 files changed, 11 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d576e56da772..fc6291e0d915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Feb 26 17:31:28 UTC 2018
+# Wed Apr 11 19:14:49 UTC 2018
pkgbase = eiskaltdcpp-git
pkgdesc = EiskaltDC++: DC and ADC client based on dcpp core. (GIT Version)
- pkgver = 2.2.10.186.g1c0173ec
+ pkgver = 2.2.10.188.g1e72256a
pkgrel = 1
url = https://github.com/eiskaltdcpp/eiskaltdcpp
- arch = i686
arch = x86_64
- arch = arm
- arch = armv7h
- arch = armv6h
license = GPL3
makedepends = git
makedepends = cmake
@@ -45,13 +41,13 @@ pkgname = eiskaltdcpp-core-git
depends = boost-libs
depends = miniupnpc
depends = pcre
- provides = eiskaltdcpp-core=2.2.10.186.g1c0173ec
+ provides = eiskaltdcpp-core=2.2.10.188.g1e72256a
conflicts = eiskaltdcpp-core
pkgname = eiskaltdcpp-qt-git
pkgdesc = Qt5-based DC and ADC client for EiskaltDC++ core. (GIT Version)
- depends = eiskaltdcpp-core-git=2.2.10.186.g1c0173ec
- depends = eiskaltdcpp-data-git=2.2.10.186.g1c0173ec
+ depends = eiskaltdcpp-core-git=2.2.10.188.g1e72256a
+ depends = eiskaltdcpp-data-git=2.2.10.188.g1e72256a
depends = aspell
depends = qt5-multimedia
depends = qt5-quick1
@@ -64,8 +60,8 @@ pkgname = eiskaltdcpp-qt-git
pkgname = eiskaltdcpp-gtk-git
pkgdesc = Gtk-based DC and ADC client for EiskaltDC++ core. (GIT Version)
- depends = eiskaltdcpp-core-git=2.2.10.186.g1c0173ec
- depends = eiskaltdcpp-data-git=2.2.10.186.g1c0173ec
+ depends = eiskaltdcpp-core-git=2.2.10.188.g1e72256a
+ depends = eiskaltdcpp-data-git=2.2.10.188.g1e72256a
depends = gtk3
depends = libnotify
provides = eiskaltdcpp-gtk
@@ -75,7 +71,7 @@ pkgname = eiskaltdcpp-gtk-git
pkgname = eiskaltdcpp-daemon-git
pkgdesc = DC and ADC daemon for EiskaltDC++ core. (GIT Version)
- depends = eiskaltdcpp-core-git=2.2.10.186.g1c0173ec
+ depends = eiskaltdcpp-core-git=2.2.10.188.g1e72256a
depends = jsoncpp
provides = eiskaltdcpp-daemon
conflicts = eiskaltdcpp-daemon
@@ -83,7 +79,7 @@ pkgname = eiskaltdcpp-daemon-git
pkgname = eiskaltdcpp-cli-git
pkgdesc = CLI interface for EiskaltDC++ Daemon. (GIT Version)
arch = any
- depends = eiskaltdcpp-daemon-git=2.2.10.186.g1c0173ec
+ depends = eiskaltdcpp-daemon-git=2.2.10.188.g1e72256a
depends = perl-json
depends = perl-json-rpc
provides = eiskaltdcpp-cli
diff --git a/PKGBUILD b/PKGBUILD
index e7024769c287..9aadf2a68b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ pkgname=('eiskaltdcpp-core-git'
'eiskaltdcpp-cli-git'
'eiskaltdcpp-data-git'
)
-pkgver=2.2.10.186.g1c0173ec
+pkgver=2.2.10.188.g1e72256a
pkgrel=1
pkgdesc="EiskaltDC++: DC and ADC client based on dcpp core. (GIT Version)"
license=('GPL3')
-arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h')
+arch=('x86_64')
url='https://github.com/eiskaltdcpp/eiskaltdcpp'
conflicts=('eiskaltdcpp')
options=('!emptydirs')
@@ -59,7 +59,6 @@ build() {
cd "${srcdir}/build"
cmake ../eiskaltdcpp \
- -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_QT5=ON \
-DUSE_QT_QML=ON \