Skip to content

Commit a61ad2a

Browse files
committed
Changes for matrix
1 parent 21dba4d commit a61ad2a

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

addon.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<addon id="plugin.video.vimcasts" name="VimCasts" provider-name="Jonathan Beluch (jbel), enen92" version="1.2.0">
1+
<addon id="plugin.video.vimcasts" name="VimCasts" provider-name="Jonathan Beluch (jbel), enen92" version="1.3.0+matrix.1">
22
<requires>
3-
<import addon="xbmc.python" version="2.14.0" />
4-
<import addon="script.module.xbmcswift2" version="2.5.0" />
3+
<import addon="xbmc.python" version="3.0.0" />
4+
<import addon="script.module.xbmcswift2" version="19.0.0" />
55
</requires>
66
<extension library="addon.py" point="xbmc.python.pluginsource">
77
<provides>video</provides>
@@ -19,7 +19,11 @@
1919
* Remove unplayable items
2020
* New addon requirements
2121
</news>
22-
<summary lang="en">Watch screencasts about Vim, the text editor, from http://vimcasts.org</summary>
23-
<description lang="en">Vimcasts publishes free screencasts about Vim, the text editor. Vim has been around in one form or another for over 20 years. The learning curve is famously difficult, but those who manage to climb it insist that nothing can match Vim's modal editing model for speed and efficiency.[CR][CR]The patterns of use that make a Vim master productive are not easily discovered. Trial and error will get you so far, but the best way to learn is to watch an experienced Vim user at work. By providing short videos with digestible advice, Vimcasts gives you something you can take away and use immediately to improve your productivity. Vimcasts aims to be the expert Vim colleague you never had.[CR][CR]Vimcasts is produced by Drew Neil (aka nelstrom), who came to Vim from TextMate. He made the switch when starting work at a company that uses Linux workstations. His choice of text editor was influenced by colleagues.</description>
22+
<summary lang="en_GB">Watch screencasts about Vim, the text editor, from http://vimcasts.org</summary>
23+
<description lang="en_GB">Vimcasts publishes free screencasts about Vim, the text editor. Vim has been around in one form or another for over 20 years. The learning curve is famously difficult, but those who manage to climb it insist that nothing can match Vim's modal editing model for speed and efficiency.[CR][CR]The patterns of use that make a Vim master productive are not easily discovered. Trial and error will get you so far, but the best way to learn is to watch an experienced Vim user at work. By providing short videos with digestible advice, Vimcasts gives you something you can take away and use immediately to improve your productivity. Vimcasts aims to be the expert Vim colleague you never had.[CR][CR]Vimcasts is produced by Drew Neil (aka nelstrom), who came to Vim from TextMate. He made the switch when starting work at a company that uses Linux workstations. His choice of text editor was influenced by colleagues.</description>
24+
<assets>
25+
<icon>icon.png</icon>
26+
<fanart>fanart.jpg</fanart>
27+
</assets>
2428
</extension>
2529
</addon>
File renamed without changes.

0 commit comments

Comments
 (0)