aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdrplugin-rebuild/vdrplugin-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrplugin-rebuild/vdrplugin-rebuild b/vdrplugin-rebuild/vdrplugin-rebuild
index 5af2109..0dcb340 100644
--- a/vdrplugin-rebuild/vdrplugin-rebuild
+++ b/vdrplugin-rebuild/vdrplugin-rebuild
@@ -18,7 +18,7 @@ if [[ `id -u` != 0 ]]; then
exit 1
fi
-R_VERSION="0.5"
+R_VERSION="0.6"
R_DBPATH="${ROOT}/usr/share/vdr/vdrplugin-rebuild"
R_PORTAGEQ="`type -p portageq 2>/dev/null`"
if [[ -z ${R_PORTAGEQ} ]]; then