Compare commits

..

No commits in common. "cb51ccde2893a5fcf7979489ef15336ca35e6647" and "c9a0c857955e7532635e046da96d7b41eb4efa12" have entirely different histories.

2 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
pkgbase = sublime-text-dev
pkgdesc = Sophisticated text editor for code, html and prose - dev build
pkgver = 4.4145
pkgrel = 1
pkgver = 4.4141
pkgrel = 4
url = https://www.sublimetext.com/dev
install = sublime-text-dev.install
arch = x86_64
@ -11,9 +11,9 @@ pkgbase = sublime-text-dev
depends = gtk3
provides = sublime-text
conflicts = sublime-text
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4145_x64.tar.xz
sha256sums_x86_64 = 7775582994c7dfee34a8338c55cae7326dcaca86a333e2baf08a9507bf4a0815
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4145_arm64.tar.xz
sha256sums_aarch64 = 90ddd2eb6d5a8a58c776370286ab835da2eb0c81396cf936b89a08af2717df8b
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4141_x64.tar.xz
sha256sums_x86_64 = 785a3dbf8852ae9d60579e9a755c8507db0e02939794a36f5415b4c1b1581b88
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4141_arm64.tar.xz
sha256sums_aarch64 = 326c12a6dbd21f9d3bf97f464fc182e2dcd917311f4f6a4a73efd0bb949b3243
pkgname = sublime-text-dev

View file

@ -3,8 +3,8 @@
# Contributor: realitygaps <realitygaps at yahoo dot com>
pkgname=sublime-text-dev
pkgver=4.4145
pkgrel=1
pkgver=4.4141
pkgrel=4
pkgdesc='Sophisticated text editor for code, html and prose - dev build'
arch=('x86_64' 'aarch64')
url='https://www.sublimetext.com/dev'
@ -17,8 +17,8 @@ install=${pkgname}.install
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=('7775582994c7dfee34a8338c55cae7326dcaca86a333e2baf08a9507bf4a0815')
sha256sums_aarch64=('90ddd2eb6d5a8a58c776370286ab835da2eb0c81396cf936b89a08af2717df8b')
sha256sums_x86_64=('785a3dbf8852ae9d60579e9a755c8507db0e02939794a36f5415b4c1b1581b88')
sha256sums_aarch64=('326c12a6dbd21f9d3bf97f464fc182e2dcd917311f4f6a4a73efd0bb949b3243')
package() {
cd "${srcdir}"