Compare commits
2 commits
f69bd5c97f
...
2f946a0b36
Author | SHA1 | Date | |
---|---|---|---|
2f946a0b36 | |||
823ea58fc1 |
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = sublime-text-4
|
||||
pkgdesc = Sophisticated text editor for code, html and prose - stable build
|
||||
pkgver = 4.4143
|
||||
pkgrel = 4
|
||||
pkgver = 4.4152
|
||||
pkgrel = 1
|
||||
url = https://www.sublimetext.com/download
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
@ -10,9 +10,9 @@ pkgbase = sublime-text-4
|
|||
depends = gtk3
|
||||
provides = sublime-text
|
||||
conflicts = sublime-text
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4143_x64.tar.xz
|
||||
sha256sums_x86_64 = 7de862c38d19367414117110328dded754ac709fed54c8cc5cb0737c894c073c
|
||||
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4143_arm64.tar.xz
|
||||
sha256sums_aarch64 = e33a4d1d51073bdf2f1dc5936ea9b096b078f87230a10a23790beaee702a4a93
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4152_x64.tar.xz
|
||||
sha512sums_x86_64 = 8ed3d7ed4a5e235bda670cea1b24d3d9511a47368dced0dbd44e802fcc250f9b33b3562014553bed0ac61daf6ce0871409a5f655aa013c1f09a007b7721f4a37
|
||||
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4152_arm64.tar.xz
|
||||
sha512sums_aarch64 = 2e696e3abfdf6b6d897b65565e0ecbd05a425a7048eb1f89cede350aca65048498a64b5b688e1227c4bd0ee697c1a7f5ea7fbba3538de070577f4f348fa02c8a
|
||||
|
||||
pkgname = sublime-text-4
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||
|
||||
pkgname=sublime-text-4
|
||||
pkgver=4.4143
|
||||
pkgrel=4
|
||||
pkgver=4.4152
|
||||
pkgrel=1
|
||||
pkgdesc='Sophisticated text editor for code, html and prose - stable build'
|
||||
arch=('x86_64' 'aarch64')
|
||||
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_aarch64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz")
|
||||
|
||||
sha256sums_x86_64=('7de862c38d19367414117110328dded754ac709fed54c8cc5cb0737c894c073c')
|
||||
sha256sums_aarch64=('e33a4d1d51073bdf2f1dc5936ea9b096b078f87230a10a23790beaee702a4a93')
|
||||
sha512sums_x86_64=('8ed3d7ed4a5e235bda670cea1b24d3d9511a47368dced0dbd44e802fcc250f9b33b3562014553bed0ac61daf6ce0871409a5f655aa013c1f09a007b7721f4a37')
|
||||
sha512sums_aarch64=('2e696e3abfdf6b6d897b65565e0ecbd05a425a7048eb1f89cede350aca65048498a64b5b688e1227c4bd0ee697c1a7f5ea7fbba3538de070577f4f348fa02c8a')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
Loading…
Reference in a new issue