upgpkg: sublime-text-4 4.4151-1
upstream release
This commit is contained in:
parent
1503b1d0b8
commit
29bdcba26f
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = sublime-text-4
|
pkgbase = sublime-text-4
|
||||||
pkgdesc = Sophisticated text editor for code, html and prose - stable build
|
pkgdesc = Sophisticated text editor for code, html and prose - stable build
|
||||||
pkgver = 4.4143
|
pkgver = 4.4151
|
||||||
pkgrel = 4
|
pkgrel = 1
|
||||||
url = https://www.sublimetext.com/download
|
url = https://www.sublimetext.com/download
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
|
@ -10,9 +10,9 @@ pkgbase = sublime-text-4
|
||||||
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_4143_x64.tar.xz
|
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4151_x64.tar.xz
|
||||||
sha256sums_x86_64 = 7de862c38d19367414117110328dded754ac709fed54c8cc5cb0737c894c073c
|
sha512sums_x86_64 = 74e1c11117a0cfedd7b435143d0d36ce1fef058ea9b1008e979b4b91c405c0fc6a0e0490b34db2bea9699371c0f938a1f0e558b4b0dbeb0d452c942d2c07f21d
|
||||||
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4143_arm64.tar.xz
|
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4151_arm64.tar.xz
|
||||||
sha256sums_aarch64 = e33a4d1d51073bdf2f1dc5936ea9b096b078f87230a10a23790beaee702a4a93
|
sha512sums_aarch64 = 2989a66a7e3fc3ac752a50467415428712d5724f62ca188429550e9c546b20e0e77da022877c3c588bf743b950fad1133d5b9c43a4ad5df04e4d2eca93a35050
|
||||||
|
|
||||||
pkgname = sublime-text-4
|
pkgname = sublime-text-4
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||||
|
|
||||||
pkgname=sublime-text-4
|
pkgname=sublime-text-4
|
||||||
pkgver=4.4143
|
pkgver=4.4151
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Sophisticated text editor for code, html and prose - stable build'
|
pkgdesc='Sophisticated text editor for code, html and prose - stable build'
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url='https://www.sublimetext.com/download'
|
url='https://www.sublimetext.com/download'
|
||||||
|
@ -14,8 +14,8 @@ provides=('sublime-text')
|
||||||
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=('7de862c38d19367414117110328dded754ac709fed54c8cc5cb0737c894c073c')
|
sha512sums_x86_64=('74e1c11117a0cfedd7b435143d0d36ce1fef058ea9b1008e979b4b91c405c0fc6a0e0490b34db2bea9699371c0f938a1f0e558b4b0dbeb0d452c942d2c07f21d')
|
||||||
sha256sums_aarch64=('e33a4d1d51073bdf2f1dc5936ea9b096b078f87230a10a23790beaee702a4a93')
|
sha512sums_aarch64=('2989a66a7e3fc3ac752a50467415428712d5724f62ca188429550e9c546b20e0e77da022877c3c588bf743b950fad1133d5b9c43a4ad5df04e4d2eca93a35050')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
|
|
Loading…
Reference in a new issue