Downgraded to build 3143, as 3144 can not be used without license.
This commit is contained in:
parent
f69173360f
commit
ca93021b62
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Sep 18 14:24:12 UTC 2017
|
# Tue Sep 19 08:57:32 UTC 2017
|
||||||
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.3144
|
pkgver = 3.3143
|
||||||
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 +16,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_3144_x32.tar.bz2
|
source_i686 = https://download.sublimetext.com/sublime_text_3_build_3143_x32.tar.bz2
|
||||||
sha256sums_i686 = f6c868ee6beccf57fd3799fb93c896fc1efc112ae6390cde43b14cb162510925
|
sha256sums_i686 = b1ecc4b70d66b9236b876f1913c4094b6dd51436e45c74883ba70a1939e9f735
|
||||||
source_x86_64 = https://download.sublimetext.com/sublime_text_3_build_3144_x64.tar.bz2
|
source_x86_64 = https://download.sublimetext.com/sublime_text_3_build_3143_x64.tar.bz2
|
||||||
sha256sums_x86_64 = 676cc7c8815e5aceeeda79ceab93a5150e76ae5160b5f5f9ab61ce731ab46928
|
sha256sums_x86_64 = 9ce120c4f28b239d3b3860ee672d9d87e1397a4c08ee6c4e62fd6e261a296519
|
||||||
|
|
||||||
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.3144
|
pkgver=3.3143
|
||||||
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=('f6c868ee6beccf57fd3799fb93c896fc1efc112ae6390cde43b14cb162510925')
|
sha256sums_i686=('b1ecc4b70d66b9236b876f1913c4094b6dd51436e45c74883ba70a1939e9f735')
|
||||||
sha256sums_x86_64=('676cc7c8815e5aceeeda79ceab93a5150e76ae5160b5f5f9ab61ce731ab46928')
|
sha256sums_x86_64=('9ce120c4f28b239d3b3860ee672d9d87e1397a4c08ee6c4e62fd6e261a296519')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
|
|
Loading…
Reference in a new issue