git » syntax-highlighting.git » commit 950dda5

syntax-highlighting 5.115.0

author Urja (ARMLFS builder)
2024-06-19 07:31:02 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:02 UTC
parent d808524789d1112d82bf2c6b53e2c7f3621b5959

syntax-highlighting 5.115.0

.gitignore +2 -0
PKGBUILD +4 -4

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 8410926..ad8ec69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 
 pkgname=syntax-highlighting
-pkgver=5.110.0
+pkgver=5.115.0
 pkgrel=1
 pkgdesc='Syntax highlighting engine for structured text and code'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://community.kde.org/Frameworks'
 license=(GPL2)
 depends=(qt5-base)
@@ -13,8 +13,6 @@ makedepends=(extra-cmake-modules qt5-declarative qt5-xmlpatterns qt5-tools qt5-d
 optdepends=('qt5-declarative: QML bindings')
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('85277cab858cd04f3b4861daf5d885706e0e9da3e081e098849d7806ac7a753d'
-            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
@@ -28,3 +26,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+sha256sums=('0622a719ac243023b87a1592291c55c66ac9c6e79ab7be04fbb68ed2d3f2de0a'
+            'SKIP')