Compare commits
No commits in common. "bb737fa20fd128df834d1dd76747c2b0e9c5ae41" and "499edeb25f1833676b03f5de037e40181c3932ef" have entirely different histories.
bb737fa20f
...
499edeb25f
3 changed files with 18 additions and 8 deletions
11
.SRCINFO
11
.SRCINFO
|
@ -1,8 +1,9 @@
|
|||
pkgbase = sublime-text-4
|
||||
pkgdesc = Sophisticated text editor for code, html and prose - stable build
|
||||
pkgver = 4.4142
|
||||
pkgver = 4.4126
|
||||
pkgrel = 1
|
||||
url = https://www.sublimetext.com/download
|
||||
install = sublime-text-4.install
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = custom
|
||||
|
@ -13,9 +14,9 @@ pkgbase = sublime-text-4
|
|||
conflicts = sublime-text
|
||||
source = sublime_text.desktop
|
||||
sha256sums = e991aac5207655dadf69c6f74c194c80009fb9767d7710337f586908969aa9cf
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4142_x64.tar.xz
|
||||
sha256sums_x86_64 = 26b14bd7bb6b72c51c4bf6d86d26cc8539d233295ae8092830823696dda70306
|
||||
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4142_arm64.tar.xz
|
||||
sha256sums_aarch64 = afa6f13985d5036440a3ca6b74143bfe048d2853e6c035b9a2c6e5204d1acd3e
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4126_x64.tar.xz
|
||||
sha256sums_x86_64 = 5c64e534cce0032e54d3c7028e8d6b3bdef28f3fd28a26244a360a2ce75450a1
|
||||
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4126_arm64.tar.xz
|
||||
sha256sums_aarch64 = 0ad4ac168d47034c47ab31faaa0d8b6b4f27e233ea4e48634b930bf999efb63e
|
||||
|
||||
pkgname = sublime-text-4
|
||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||
|
||||
pkgname=sublime-text-4
|
||||
pkgver=4.4142
|
||||
pkgver=4.4126
|
||||
pkgrel=1
|
||||
pkgdesc="Sophisticated text editor for code, html and prose - stable build"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
@ -11,14 +11,15 @@ depends=('libpng' 'gtk3')
|
|||
optdepends=('gksu: sudo-save support')
|
||||
conflicts=('sublime-text')
|
||||
provides=('sublime-text')
|
||||
install=${pkgname}.install
|
||||
|
||||
source=('sublime_text.desktop')
|
||||
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")
|
||||
|
||||
sha256sums=('e991aac5207655dadf69c6f74c194c80009fb9767d7710337f586908969aa9cf')
|
||||
sha256sums_x86_64=('26b14bd7bb6b72c51c4bf6d86d26cc8539d233295ae8092830823696dda70306')
|
||||
sha256sums_aarch64=('afa6f13985d5036440a3ca6b74143bfe048d2853e6c035b9a2c6e5204d1acd3e')
|
||||
sha256sums_x86_64=('5c64e534cce0032e54d3c7028e8d6b3bdef28f3fd28a26244a360a2ce75450a1')
|
||||
sha256sums_aarch64=('0ad4ac168d47034c47ab31faaa0d8b6b4f27e233ea4e48634b930bf999efb63e')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
8
sublime-text-4.install
Normal file
8
sublime-text-4.install
Normal file
|
@ -0,0 +1,8 @@
|
|||
post_install() {
|
||||
# Update icon cache.
|
||||
gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue