author | Antonio Rojas
<arojas@archlinux.org> 2018-03-10 09:27:50 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-03-10 09:27:50 UTC |
parent | 3ecad261cee90e5f300f76b0999f162c605e09f6 |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 6568224..f7f5301 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> pkgname=syntax-highlighting -pkgver=5.43.0 +pkgver=5.44.0 pkgrel=1 pkgdesc='Syntax highlighting engine for structured text and code' arch=(x86_64) @@ -13,7 +13,7 @@ depends=(qt5-base) makedepends=(extra-cmake-modules qt5-xmlpatterns qt5-tools doxygen) groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('611e6ddbd34f2410a2618cef32cc87b49757001da351369ac16c2b3ee6cd3d28' +sha256sums=('d51673590c71cee09c773f0be57a4e2e63fd5115ee1f5691a533b0a455a84583' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -25,7 +25,6 @@ build() { cd build cmake ../$pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON