Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / scite
Commits: 8a443e03 by Antonio Rojas at 2023-12-16T20:00:31+01:00 upgpkg: 5.4.0-1: Update to 5.4.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = scite + pkgdesc = Editor with facilities for building and running programs + pkgver = 5.4.0 + 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/scite540.tgz + source = SciTE.appdata.xml + sha256sums = 333fb68a2bad5abe8e98e3b68f3cd8f726e6e6729bc4f35f28a5b31650d42e33 + sha256sums = cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842 + +pkgname = scite ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=scite -pkgver=5.3.8 +pkgver=5.4.0 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=('8ea6d1cc87c7eba09c9ab38e17893cca0c48872f2a738493ac235f30c6dfa509' +sha256sums=('333fb68a2bad5abe8e98e3b68f3cd8f726e6e6729bc4f35f28a5b31650d42e33' 'cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scite/-/commit/8a443e03133a050dfc7fbadb48298515d0a3c610 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scite/-/commit/8a443e03133a050dfc7fbadb48298515d0a3c610 You're receiving this email because of your account on gitlab.archlinux.org.
