summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hüsers2022-02-24 16:20:05 +0100
committerManuel Hüsers2022-02-24 16:20:05 +0100
commit1721a123a80822291ee2fb94258849a1280326b4 (patch)
tree52051bc1db33ce0d59fc5042ee0592e804fea64c
parent6b773ff1c2d56ee1e2528e85805925ca1af8d774 (diff)
downloadaur-1721a123a80822291ee2fb94258849a1280326b4.tar.gz
Update to build 4129
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--sublime-text-dev.install19
3 files changed, 20 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f72c47649785..23a44d1f7edf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sublime-text-dev
pkgdesc = Sophisticated text editor for code, html and prose - dev build
- pkgver = 4.4128
+ pkgver = 4.4129
pkgrel = 1
url = https://www.sublimetext.com/dev
install = sublime-text-dev.install
@@ -14,9 +14,9 @@ pkgbase = sublime-text-dev
conflicts = sublime-text
source = sublime_text.desktop
sha256sums = e991aac5207655dadf69c6f74c194c80009fb9767d7710337f586908969aa9cf
- source_x86_64 = https://download.sublimetext.com/sublime_text_build_4128_x64.tar.xz
- sha256sums_x86_64 = 0f75d58b40730e79714d03b554e61fcef2b7f2edc6267e9f4453f6b3f5354f18
- source_aarch64 = https://download.sublimetext.com/sublime_text_build_4128_arm64.tar.xz
- sha256sums_aarch64 = bc751e1e86e11e174d6c22389e2dca057ed5b40a078b526b1d681f5ba5fae37b
+ source_x86_64 = https://download.sublimetext.com/sublime_text_build_4129_x64.tar.xz
+ sha256sums_x86_64 = f1cac9a290070dae87486207265294cc105d0a50b5047c973bc8c5e007db0774
+ source_aarch64 = https://download.sublimetext.com/sublime_text_build_4129_arm64.tar.xz
+ sha256sums_aarch64 = 22499a3b7703a77bec6a228d409ccf8dfb14313965278044321d38cfb157ae8c
pkgname = sublime-text-dev
diff --git a/PKGBUILD b/PKGBUILD
index 2cdcf80524b3..65e6b9a415e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: realitygaps <realitygaps at yahoo dot com>
pkgname=sublime-text-dev
-pkgver=4.4128
+pkgver=4.4129
pkgrel=1
pkgdesc="Sophisticated text editor for code, html and prose - dev build"
arch=('x86_64' 'aarch64')
@@ -20,8 +20,8 @@ source_x86_64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_
source_aarch64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz")
sha256sums=('e991aac5207655dadf69c6f74c194c80009fb9767d7710337f586908969aa9cf')
-sha256sums_x86_64=('0f75d58b40730e79714d03b554e61fcef2b7f2edc6267e9f4453f6b3f5354f18')
-sha256sums_aarch64=('bc751e1e86e11e174d6c22389e2dca057ed5b40a078b526b1d681f5ba5fae37b')
+sha256sums_x86_64=('f1cac9a290070dae87486207265294cc105d0a50b5047c973bc8c5e007db0774')
+sha256sums_aarch64=('22499a3b7703a77bec6a228d409ccf8dfb14313965278044321d38cfb157ae8c')
package() {
cd "${srcdir}"
diff --git a/sublime-text-dev.install b/sublime-text-dev.install
index 234e35243014..0ef6354d0947 100644
--- a/sublime-text-dev.install
+++ b/sublime-text-dev.install
@@ -1,13 +1,10 @@
post_install() {
- # Update icon cache.
- gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1
-
- # Note admin after install/update on how to change th update_check setting.
cat << _EOF
- ==> sublime-text-dev install/upgrade note:
+ ==> sublime-text-dev install note:
------------------------------------------------------------------------------
- This package is now used for the actual 'dev' branch of Sublime Text.
+ This package is used for the actual 'dev' branch of Sublime Text that
+ requires a license to be purchased from the Sublime Text website.
If you want to keep using the latest stable release you should instead
install 'sublime-text-4' or use the official repos provided by Sublime Text.
@@ -19,5 +16,13 @@ _EOF
}
post_upgrade() {
- post_install
+ cat << _EOF
+
+ ==> sublime-text-dev upgrade note:
+ ------------------------------------------------------------------------------
+ To disable in-application reminders about new Sublime Text dev versions,
+ add the following setting to your User Preferences file:
+ "update_check": false
+
+_EOF
}