repository.unofficial.addon.pro: show project/arch

This commit is contained in:
Stefan Saraev 2014-08-10 15:36:07 +03:00
parent d10fabcc04
commit 2a8a07dfa9
3 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="repository.unofficial.addon.pro"
PKG_VERSION="4.3.0"
PKG_VERSION="4.3.1"
PKG_REV="0"
PKG_ARCH="any"
PKG_LICENSE="GPL"
@ -42,6 +42,7 @@ make_target() {
$SED -e "s|@ADDON_VERSION@|$ADDON_VERSION|g" \
-e "s|@PROJECT@|$PROJECT|g" \
-e "s|@ARCH@|$ARCH|g" \
-e "s|@PKG_VERSION@|$PKG_VERSION|g" \
-i addon.xml
}

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.unofficial.addon.pro"
name="Unofficial [COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR] Mediacenter OS Add-ons"
version="4.3.0"
name="Unofficial [COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR] (@PROJECT@/@ARCH@) Add-ons"
version="@PKG_VERSION@"
provider-name="unofficial.addon.pro">
<extension point="xbmc.addon.repository"
name="Unofficial OpenELEC.tv Add-on Repository">

View File

@ -1,4 +1,4 @@
4.3.0
4.3.1
- rebuild for addon api bump
4.1.2