diff options
Diffstat (limited to 'community/syntax-highlighting/APKBUILD')
-rw-r--r-- | community/syntax-highlighting/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/syntax-highlighting/APKBUILD b/community/syntax-highlighting/APKBUILD index 50ac88c483..51518d6436 100644 --- a/community/syntax-highlighting/APKBUILD +++ b/community/syntax-highlighting/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=syntax-highlighting -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=0 pkgdesc="Syntax highlighting engine for structured text and code" arch="all" @@ -9,7 +9,7 @@ url="https://community.kde.org/Frameworks" license="MIT" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen" -source="https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" +source="https://download.kde.org/stable/frameworks/${pkgver%.*}/syntax-highlighting-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="7949116ab4167016dc1ba68f0485351fcb26b1b8397ff94a77d90afe63046aa106ac7b3fec131d0a133edce326002598218dd2cffe773fbf6244d2d04354acc4 syntax-highlighting-5.61.0.tar.xz" +sha512sums="c9df17b652c23370b9315a79ce0f46b3392a576505dc080f5813878c7e7e7e492e763fb94b3fad5ea98a7f1b54e32354401d66ad55e42973a1d0e8a3d091202d syntax-highlighting-5.62.0.tar.xz" |