upgpkg: sublime-text-dev 4.4147-1

upstream release
This commit is contained in:
Manuel 2022-12-22 17:53:06 +01:00
parent 483589bb94
commit 7d45c4876a
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
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.4146 pkgver = 4.4147
pkgrel = 1 pkgrel = 1
url = https://www.sublimetext.com/dev url = https://www.sublimetext.com/dev
install = sublime-text-dev.install install = sublime-text-dev.install
@ -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_4146_x64.tar.xz source_x86_64 = https://download.sublimetext.com/sublime_text_build_4147_x64.tar.xz
sha256sums_x86_64 = 120212f57d5865b6a10cdfbcdecbe0a3b5789a8c6fbc44c804a1a41c02abffdf sha256sums_x86_64 = f73b3ed9ca7ea62774cbfbf9b4724de23a7bb0cd68181e44806ccc0122f7cb8a
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4146_arm64.tar.xz source_aarch64 = https://download.sublimetext.com/sublime_text_build_4147_arm64.tar.xz
sha256sums_aarch64 = 3e425fef260e6cba0ebf261d7b7970b8d35adc6831c85ce923288766659e337d sha256sums_aarch64 = 2b2bc724fa8111f7904099eec96640eef1a15a4605a8c693331faecbeddc677d
pkgname = sublime-text-dev pkgname = sublime-text-dev

View File

@ -3,7 +3,7 @@
# Contributor: realitygaps <realitygaps at yahoo dot com> # Contributor: realitygaps <realitygaps at yahoo dot com>
pkgname=sublime-text-dev pkgname=sublime-text-dev
pkgver=4.4146 pkgver=4.4147
pkgrel=1 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')
@ -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=('120212f57d5865b6a10cdfbcdecbe0a3b5789a8c6fbc44c804a1a41c02abffdf') sha256sums_x86_64=('f73b3ed9ca7ea62774cbfbf9b4724de23a7bb0cd68181e44806ccc0122f7cb8a')
sha256sums_aarch64=('3e425fef260e6cba0ebf261d7b7970b8d35adc6831c85ce923288766659e337d') sha256sums_aarch64=('2b2bc724fa8111f7904099eec96640eef1a15a4605a8c693331faecbeddc677d')
package() { package() {
cd "${srcdir}" cd "${srcdir}"