Merge pull request #99 from wertyi48/master
sublime-text3: update to 3.3049
This commit is contained in:
commit
352aa348b6
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'sublime-text3'
|
||||
pkgname=sublime-text3
|
||||
version=3048
|
||||
revision=2
|
||||
version=3049
|
||||
revision=1
|
||||
distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x64.tar.bz2"
|
||||
checksum="387d5dadc330039d212ea82220068766dd1e4b14d1234b97e22a75f69650ce11"
|
||||
checksum="c35c5122f9fa0588bd7c15dad0695784b8d1196904bea5d4b6d4a6d70d0e48fd"
|
||||
wrksrc="sublime_text_3"
|
||||
only_for_archs="x86_64"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
|
@ -12,8 +12,8 @@ license="Propietary"
|
|||
short_desc="Sophisticated text editor for code, markup and prose"
|
||||
|
||||
do_install() {
|
||||
vmkdir "usr/share/sublime_text"
|
||||
vmkdir "usr/bin"
|
||||
vmkdir "usr/share/sublime_text"
|
||||
cp --preserve=mode -r ./* "${DESTDIR}/usr/share/sublime_text"
|
||||
vinstall "sublime_text.desktop" 644 "usr/share/applications/"
|
||||
for size in 128 16 256 32 48; do
|
||||
|
|
Loading…
Reference in a new issue