diff options
Diffstat (limited to 'community/kiconthemes/APKBUILD')
-rw-r--r-- | community/kiconthemes/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kiconthemes/APKBUILD b/community/kiconthemes/APKBUILD index ca26fae407..9e83d1f4ee 100644 --- a/community/kiconthemes/APKBUILD +++ b/community/kiconthemes/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kiconthemes -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=0 pkgdesc="Support for icon themes" arch="all" @@ -10,7 +10,7 @@ license="LGPL-2.1-only" depends_dev="qt5-qtsvg-dev karchive-dev ki18n-dev kcoreaddons-dev kconfigwidgets-dev kwidgetsaddons-dev kitemviews-dev" makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev" checkdepends="xvfb-run" -source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kiconthemes-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" options="!check" # 1 Test fail @@ -31,4 +31,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="dd8eb1dd9b3a7affac2d7963d71b81cb089c566e8d4fbe08a5ae37e7f13ec2c72c3216621f0fac6efa86fc937b4186189fa5c9b8419a871f0419dae38bce3c5b kiconthemes-5.61.0.tar.xz" +sha512sums="141b01813a6794f712ea6a365bf69551d6cdb2df09a56e465def87f157481f6b96968491c770083c0d28e1450e68133698f6b6889796fb9f256b75e41398cb34 kiconthemes-5.62.0.tar.xz" |