Fixing last commit
This commit is contained in:
parent
5afd86ac7f
commit
46c432f447
2 changed files with 6 additions and 8 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = sublime-text-3-imfix
|
pkgbase = sublime-text-3-imfix
|
||||||
pkgdesc = Sophisticated text editor for code, markup and prose - Stable build with input method support for CJK users
|
pkgdesc = Sophisticated text editor for code, markup and prose - Stable build with input method support for CJK users
|
||||||
pkgver = 3.3207
|
pkgver = 3.3211
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.sublimetext.com/3
|
url = https://www.sublimetext.com/3
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -17,9 +17,9 @@ pkgbase = sublime-text-3-imfix
|
||||||
conflicts = sublime-text-nightly
|
conflicts = sublime-text-nightly
|
||||||
conflicts = sublime-text-dev-imfix
|
conflicts = sublime-text-dev-imfix
|
||||||
conflicts = sublime-text-dev-imfix2
|
conflicts = sublime-text-dev-imfix2
|
||||||
source = https://download.sublimetext.com/sublime_text_3_build_3207_x64.tar.bz2
|
source = https://download.sublimetext.com/sublime_text_3_build_3211_x64.tar.bz2
|
||||||
source = LICENSE
|
source = LICENSE
|
||||||
sha256sums = acb64f1de024a0f004888096afa101051e48d96c7a3e7fe96e11312d524938c4
|
sha256sums = 0b3c8ca5e6df376c3c24a4b9ac2e3b391333f73b229bc6e87d0b4a5f636d74ee
|
||||||
sha256sums = 8e4c48469bf3f35d0c0904e770c4e307d4965a8931e839c01c5765498a19cf01
|
sha256sums = 8e4c48469bf3f35d0c0904e770c4e307d4965a8931e839c01c5765498a19cf01
|
||||||
|
|
||||||
pkgname = sublime-text-3-imfix
|
pkgname = sublime-text-3-imfix
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=sublime-text-3-imfix
|
pkgname=sublime-text-3-imfix
|
||||||
pkgver=3.3211
|
pkgver=3.3211
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Sophisticated text editor for code, markup and prose - Stable build with input method support for CJK users'
|
pkgdesc='Sophisticated text editor for code, markup and prose - Stable build with input method support for CJK users'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.sublimetext.com/3'
|
url='https://www.sublimetext.com/3'
|
||||||
|
@ -14,10 +14,8 @@ source=(
|
||||||
"https://download.sublimetext.com/sublime_text_3_build_${pkgver:2}_x64.tar.bz2"
|
"https://download.sublimetext.com/sublime_text_3_build_${pkgver:2}_x64.tar.bz2"
|
||||||
'LICENSE'
|
'LICENSE'
|
||||||
)
|
)
|
||||||
sha256sums=(
|
sha256sums=('0b3c8ca5e6df376c3c24a4b9ac2e3b391333f73b229bc6e87d0b4a5f636d74ee'
|
||||||
'acb64f1de024a0f004888096afa101051e48d96c7a3e7fe96e11312d524938c4'
|
'8e4c48469bf3f35d0c0904e770c4e307d4965a8931e839c01c5765498a19cf01')
|
||||||
'8e4c48469bf3f35d0c0904e770c4e307d4965a8931e839c01c5765498a19cf01'
|
|
||||||
)
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
|
|
Loading…
Reference in a new issue