summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072018-04-11 21:17:09 +0200
committersL1pKn072018-04-11 21:17:09 +0200
commit90124dc8d361f36f670a7b6b4a58515245b5b336 (patch)
treeb701ee006a459dfd37abd6b844e960d7eb8dbff5 /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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 \