extra/ki18n to 5.44.0-1

This commit is contained in:
Kevin Mihelich 2018-03-12 12:37:27 +00:00
parent bdf5706175
commit 376ed39731

View file

@ -6,7 +6,7 @@
# - drop clang makedepend, FTBFS on AArch64
pkgname=ki18n
pkgver=5.43.0
pkgver=5.44.0
pkgrel=1
pkgdesc='Advanced internationalization framework'
arch=('x86_64')
@ -17,7 +17,7 @@ makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 'py
optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to use the Python 2 bindings')
groups=('kf5')
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
sha256sums=('8a802507ba6a5a91470d09c649e842843d70f37968d86473567928f2cdee57ff'
sha256sums=('8cdd6337798a6382b25933f9ad89f4bf9082c18bed03acb5cfbd163d5124e2e5'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
@ -28,7 +28,6 @@ prepare() {
build() {
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF \