author | Antonio Rojas
<arojas@archlinux.org> 2021-12-12 15:20:18 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-12-12 15:20:18 UTC |
parent | c4696cac057bdfd73bf3749d228373fc40429e2a |
PKGBUILD | +4 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 1f94e72..fb991b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kcodecs -pkgver=5.88.0 -pkgrel=3 +pkgver=5.89.0 +pkgrel=1 pkgdesc='Provide a collection of methods to manipulate strings using various encodings' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(qt5-base) -makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 gperf doxygen sip4) -optdepends=('python-pyqt5: for the Python bindings') +makedepends=(extra-cmake-modules qt5-tools qt5-doc clang gperf doxygen) groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('d16b6c87b2daf27f1845d61307666b0f451658322ac2ed469966d7560af917e9' +sha256sums=('3835e8dd48e27e7000f5a82c91f700c5d9783a4a55ef9ce1b7705314bdae57c8' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>