Compare commits

...

2 commits

Author SHA1 Message Date
cb51ccde28 upgpkg: sublime-text-dev 4.4145-1
upstream release
2022-12-14 10:08:07 +01:00
c36ec501b2 upgpkg: sublime-text-dev 4.4144-4 2022-12-14 08:08:55 +01:00
2 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
pkgbase = sublime-text-dev pkgbase = sublime-text-dev
pkgdesc = Sophisticated text editor for code, html and prose - dev build pkgdesc = Sophisticated text editor for code, html and prose - dev build
pkgver = 4.4141 pkgver = 4.4145
pkgrel = 4 pkgrel = 1
url = https://www.sublimetext.com/dev url = https://www.sublimetext.com/dev
install = sublime-text-dev.install install = sublime-text-dev.install
arch = x86_64 arch = x86_64
@ -11,9 +11,9 @@ pkgbase = sublime-text-dev
depends = gtk3 depends = gtk3
provides = sublime-text provides = sublime-text
conflicts = sublime-text conflicts = sublime-text
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4141_x64.tar.xz source_x86_64 = https://download.sublimetext.com/sublime_text_build_4145_x64.tar.xz
sha256sums_x86_64 = 785a3dbf8852ae9d60579e9a755c8507db0e02939794a36f5415b4c1b1581b88 sha256sums_x86_64 = 7775582994c7dfee34a8338c55cae7326dcaca86a333e2baf08a9507bf4a0815
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4141_arm64.tar.xz source_aarch64 = https://download.sublimetext.com/sublime_text_build_4145_arm64.tar.xz
sha256sums_aarch64 = 326c12a6dbd21f9d3bf97f464fc182e2dcd917311f4f6a4a73efd0bb949b3243 sha256sums_aarch64 = 90ddd2eb6d5a8a58c776370286ab835da2eb0c81396cf936b89a08af2717df8b
pkgname = sublime-text-dev pkgname = sublime-text-dev

View file

@ -3,8 +3,8 @@
# Contributor: realitygaps <realitygaps at yahoo dot com> # Contributor: realitygaps <realitygaps at yahoo dot com>
pkgname=sublime-text-dev pkgname=sublime-text-dev
pkgver=4.4141 pkgver=4.4145
pkgrel=4 pkgrel=1
pkgdesc='Sophisticated text editor for code, html and prose - dev build' pkgdesc='Sophisticated text editor for code, html and prose - dev build'
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url='https://www.sublimetext.com/dev' url='https://www.sublimetext.com/dev'
@ -17,8 +17,8 @@ install=${pkgname}.install
source_x86_64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz") source_x86_64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")
source_aarch64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz") source_aarch64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz")
sha256sums_x86_64=('785a3dbf8852ae9d60579e9a755c8507db0e02939794a36f5415b4c1b1581b88') sha256sums_x86_64=('7775582994c7dfee34a8338c55cae7326dcaca86a333e2baf08a9507bf4a0815')
sha256sums_aarch64=('326c12a6dbd21f9d3bf97f464fc182e2dcd917311f4f6a4a73efd0bb949b3243') sha256sums_aarch64=('90ddd2eb6d5a8a58c776370286ab835da2eb0c81396cf936b89a08af2717df8b')
package() { package() {
cd "${srcdir}" cd "${srcdir}"