author | Felix Yan
<felixonmars@archlinux.org> 2017-04-13 20:35:11 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2017-04-13 20:35:11 UTC |
parent | d6c77847c13c6c335b2bf123c1182a6d68273c00 |
PKGBUILD | +6 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index ffdc295..d1b8a49 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,23 +2,26 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=ki18n -pkgver=5.32.0 +pkgver=5.33.0 pkgrel=1 pkgdesc='Advanced internationalization framework' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' license=('LGPL') depends=('qt5-script') -makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'clang' 'python-pyqt5' 'python2-pyqt5') +makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 'python2-pyqt5' 'clang') 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=('4ee7c032f2ff6f86af6d6171d4eef3ee0c66816c523e5e90bc14120f05df1d19' +sha256sums=('611a12938ede750ee649c030fb8e248198b491747728e3a2b01671bb074eae0b' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> prepare() { mkdir -p build + +# Disabled, it doesn't build as of 5.33.0 + sed -i 's/if (PythonModuleGeneration_FOUND)/if (FALSE)/' ${pkgname}-${pkgver}/src/CMakeLists.txt } build() {