summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-04-12 00:19:43 +0200
committersL1pKn072018-04-12 00:19:43 +0200
commitb20bf2095e220136de04e0088c031254c5345922 (patch)
tree807a4f932eda8dcdea58fe0a9b67ef1ce9f40ca9
parente5cf1e0358d5c4971edfb4ab0a4da335254c4e04 (diff)
downloadaur-b20bf2095e220136de04e0088c031254c5345922.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a2d4a7ac8cd..23a2cb00d73a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Jan 15 02:50:39 UTC 2017
+# Wed Apr 11 22:19:38 UTC 2018
pkgbase = kwooty-frameworks-git
pkgdesc = A friendly nzb usenet binary downloader for KDE. KF5 frameworks branch. (GIT Version)
- pkgver = 1.1.0.r1227.46c9020
+ pkgver = 1.1.0.r1228.4def039
pkgrel = 1
url = http://kwooty.sourceforge.net
- arch = i686
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index acc5ad1fd305..035f32e6d8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
pkgname=kwooty-frameworks-git
-pkgver=1.1.0.r1227.46c9020
+pkgver=1.1.0.r1228.4def039
pkgrel=1
pkgdesc="A friendly nzb usenet binary downloader for KDE. KF5 frameworks branch. (GIT Version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://kwooty.sourceforge.net'
license=('GPL')
depends=('kdelibs4support'
@@ -21,7 +21,8 @@ makedepends=('git'
)
optdepends=('unrar: automatic RAR-archive extraction'
'p7zip: automatic zip and 7z archive extraction'
- 'par2cmdline: automatic file repairing')
+ 'par2cmdline: automatic file repairing'
+ )
conflicts=('kwooty')
provides=('kwooty')
source=('git://anongit.kde.org/kwooty#branch=frameworks')
@@ -40,12 +41,11 @@ prepare() {
build() {
cd build
cmake ../kwooty \
- -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF
-
+
make
}