Updated to build 3211
This commit is contained in:
parent
e9bf6bcb59
commit
15c5dd4114
2 changed files with 8 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,8 +1,6 @@
|
||||||
# Generated by mksrcinfo v8
|
|
||||||
# Wed Apr 10 20:02:50 UTC 2019
|
|
||||||
pkgbase = sublime-text-dev
|
pkgbase = sublime-text-dev
|
||||||
pkgdesc = Sophisticated text editor for code, html and prose - dev build
|
pkgdesc = Sophisticated text editor for code, html and prose - dev build
|
||||||
pkgver = 3.3207
|
pkgver = 3.3211
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.sublimetext.com/3
|
url = http://www.sublimetext.com/3
|
||||||
install = sublime-text-dev.install
|
install = sublime-text-dev.install
|
||||||
|
@ -16,10 +14,10 @@ pkgbase = sublime-text-dev
|
||||||
conflicts = sublime-text-nightly
|
conflicts = sublime-text-nightly
|
||||||
source = sublime_text_3.desktop
|
source = sublime_text_3.desktop
|
||||||
sha256sums = f355c6bec64e962a5735d0a7d1e11ac39b5b82aacaaf23b222c0bc202e15d866
|
sha256sums = f355c6bec64e962a5735d0a7d1e11ac39b5b82aacaaf23b222c0bc202e15d866
|
||||||
source_i686 = https://download.sublimetext.com/sublime_text_3_build_3207_x32.tar.bz2
|
source_i686 = https://download.sublimetext.com/sublime_text_3_build_3211_x32.tar.bz2
|
||||||
sha256sums_i686 = 743dbb313fe8b5754c64972c59a6162e0519a9c375ffeedaf5f7558f15e1e212
|
sha256sums_i686 = 480609962bbbd12128b5332c7831372b8851c13e160512730d1b0a6a835a3071
|
||||||
source_x86_64 = https://download.sublimetext.com/sublime_text_3_build_3207_x64.tar.bz2
|
source_x86_64 = https://download.sublimetext.com/sublime_text_3_build_3211_x64.tar.bz2
|
||||||
sha256sums_x86_64 = acb64f1de024a0f004888096afa101051e48d96c7a3e7fe96e11312d524938c4
|
sha256sums_x86_64 = 0b3c8ca5e6df376c3c24a4b9ac2e3b391333f73b229bc6e87d0b4a5f636d74ee
|
||||||
|
|
||||||
pkgname = sublime-text-dev
|
pkgname = sublime-text-dev
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: realitygaps <realitygaps at yahoo dot com>
|
# Contributor: realitygaps <realitygaps at yahoo dot com>
|
||||||
|
|
||||||
pkgname=sublime-text-dev
|
pkgname=sublime-text-dev
|
||||||
pkgver=3.3207
|
pkgver=3.3211
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Sophisticated text editor for code, html and prose - dev build"
|
pkgdesc="Sophisticated text editor for code, html and prose - dev build"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -19,8 +19,8 @@ source_i686=("https://download.sublimetext.com/sublime_text_3_build_${pkgver:2}_
|
||||||
source_x86_64=("https://download.sublimetext.com/sublime_text_3_build_${pkgver:2}_x64.tar.bz2")
|
source_x86_64=("https://download.sublimetext.com/sublime_text_3_build_${pkgver:2}_x64.tar.bz2")
|
||||||
|
|
||||||
sha256sums=('f355c6bec64e962a5735d0a7d1e11ac39b5b82aacaaf23b222c0bc202e15d866')
|
sha256sums=('f355c6bec64e962a5735d0a7d1e11ac39b5b82aacaaf23b222c0bc202e15d866')
|
||||||
sha256sums_i686=('743dbb313fe8b5754c64972c59a6162e0519a9c375ffeedaf5f7558f15e1e212')
|
sha256sums_i686=('480609962bbbd12128b5332c7831372b8851c13e160512730d1b0a6a835a3071')
|
||||||
sha256sums_x86_64=('acb64f1de024a0f004888096afa101051e48d96c7a3e7fe96e11312d524938c4')
|
sha256sums_x86_64=('0b3c8ca5e6df376c3c24a4b9ac2e3b391333f73b229bc6e87d0b4a5f636d74ee')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
|
|
Loading…
Reference in a new issue