Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / scite
Commits:
3205dbe1 by Antonio Rojas at 2024-09-13T21:19:03+02:00
upgpkg: 5.5.2-1: Update to 5.5.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 5.5.0
+ pkgver = 5.5.2
pkgrel = 1
url = https://www.scintilla.org/SciTE.html
arch = x86_64
license = custom:HPND
depends = gtk3
backup = usr/share/scite/SciTEGlobal.properties
- source = https://www.scintilla.org/scite550.tgz
+ source = https://www.scintilla.org/scite552.tgz
source = SciTE.appdata.xml
- sha256sums =
f7726a57be521f71c81b4fcc6d171fbf4a62e08c1c1840f5a74e014f3607ee11
+ sha256sums =
41f9eedc06e689d73cafa11cca4b696815163577344793ee01e3e5aa59e10674
sha256sums =
cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842
pkgname = scite
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: Daniel J Griffiths <[email protected]>
pkgname=scite
-pkgver=5.5.0
+pkgver=5.5.2
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
arch=('x86_64')
@@ -17,7 +17,7 @@ depends=('gtk3')
backup=('usr/share/scite/SciTEGlobal.properties')
source=("https://www.scintilla.org/${pkgname}${pkgver//./}.tgz"
'SciTE.appdata.xml')
-sha256sums=('f7726a57be521f71c81b4fcc6d171fbf4a62e08c1c1840f5a74e014f3607ee11'
+sha256sums=('41f9eedc06e689d73cafa11cca4b696815163577344793ee01e3e5aa59e10674'
'cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scite/-/commit/3205dbe11c28a40342e9909666268db1de9fb7c3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scite/-/commit/3205dbe11c28a40342e9909666268db1de9fb7c3
You're receiving this email because of your account on gitlab.archlinux.org.