From 9f2b915cf1dc05259eb4d6c462d70893e5c2ea66 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 6 Apr 2020 18:28:43 -0500 Subject: parley-19.12.3-1.parabola1: updating version --- libre/parley/PKGBUILD | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'libre/parley/PKGBUILD') diff --git a/libre/parley/PKGBUILD b/libre/parley/PKGBUILD index f7a3e46a8..87240056b 100644 --- a/libre/parley/PKGBUILD +++ b/libre/parley/PKGBUILD @@ -3,22 +3,23 @@ # Contributor (Arch): Andrea Scarpino pkgname=parley -pkgver=17.12.1 -pkgrel=1.parabola1 -pkgdesc="Vocabulary Trainer, without qt5-webengine" +pkgver=19.12.3 +pkgrel=1 +pkgrel+=.parabola1 +pkgdesc="Vocabulary Trainer" +pkgdesc+=", without qt5-webengine" url="https://kde.org/applications/education/parley/" -arch=(x86_64 i686 armv7h) +arch=(x86_64) +arch+=(i686 armv7h) license=(GPL LGPL FDL) groups=(kde-applications kdeedu) depends=(kross knewstuff libkeduvocdocument qt5-webkit kcmutils) -makedepends=(extra-cmake-modules kdoctools python) -replaces=(kdeedu-parley) -conflicts=(kdeedu-parley) -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} +makedepends=(extra-cmake-modules kdoctools) +source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} "libre.patch") -sha256sums=('da2d3b6dcb7a858556a67c63957388b287c614ca5f290747f471b397359c38a5' +sha256sums=('ebf9fdec981abca988d83d8a77e921e7ce871eb010b6cf4ea9065ee6d45f5089' 'SKIP' - 'fa35b14d8c35cedf63685e5e9a8157dbc0bb5339c75a1356fb59359974c08e57') + '5028f4e5183676f377274fd5b895721125e377165441a6ec48a9bf330765309b') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck @@ -33,8 +34,7 @@ prepare() { build() { cd build cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr + -DBUILD_TESTING=OFF make } -- cgit v1.2.3