summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2020-11-16 06:13:01 -0300
committerEduardo Bart2020-11-16 06:13:01 -0300
commit0fd7c020d03b2a41d351875a7c49bdbb01f001bc (patch)
tree261b36c44db69afbce9dbffc1e3ea264c411149d
parent4ebe0116b53f1de3e0f53894f60a37aab336679b (diff)
downloadaur-0fd7c020d03b2a41d351875a7c49bdbb01f001bc.tar.gz
Update to 4092
-rw-r--r--PKGBUILD25
1 files changed, 15 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26213c982d14..5c9794eb75a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sublime-text-4-dev
-pkgver=4.4090
+pkgver=4.4092
pkgrel=1
pkgdesc="Sophisticated text editor for code, html and prose - dev build"
arch=('x86_64' 'aarch64')
@@ -9,15 +9,20 @@ depends=('libpng' 'gtk3')
conflicts=('sublime-text')
optdepends=('gksu: sudo-save support')
install=sublime-text.install
-case "${CARCH}" in
- x86_64) _CARCH='x64' && sha256sums=('388d1fe620727bd3e6bdda7b60150734616d8ba86ef1001478d0a41d1718c018'
- 'a400ae041bd8b3ed08bf04129e1d7ddc9df9edf5610532bd7b321a43e28c7ca9'
- 'deb6265d96309bc55b2cdced733f8bc687f7a3f2c8635280eabf6c137a9719bd');;
- aarch64) _CARCH='arm64' && sha256sums=('SKIP' 'SKIP' 'SKIP');;
-esac
-source=("sublime-text.install"
- "sublime_text.desktop"
- "https://download.sublimetext.com/sublime_text_build_${pkgver:2}_${_CARCH}.tar.xz")
+source_x86_64=(
+ "sublime-text.install"
+ "sublime_text.desktop"
+ "https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")
+source_aarch64=(
+ "sublime-text.install"
+ "sublime_text.desktop"
+ "https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz")
+sha256sums_x86_64=('388d1fe620727bd3e6bdda7b60150734616d8ba86ef1001478d0a41d1718c018'
+ 'a400ae041bd8b3ed08bf04129e1d7ddc9df9edf5610532bd7b321a43e28c7ca9'
+ '1441a08bd9cf9c1bfb50ad52cebc63d1701ed4ec12b2d406da981bbae3bb34d9')
+sha256sums_aarch64=('388d1fe620727bd3e6bdda7b60150734616d8ba86ef1001478d0a41d1718c018'
+ 'a400ae041bd8b3ed08bf04129e1d7ddc9df9edf5610532bd7b321a43e28c7ca9'
+ 'bc7b413939cbb20dd159f54693fa1eb03733304d212eb4fbb63bf096d02febee')
package() {
cd "${srcdir}"