git » vlc.git » commit 43f9c1b

Fixed FS25315 - Added .hosts files to the backup field

author Giovanni Scafora
2011-07-30 16:56:22 UTC
committer Giovanni Scafora
2011-07-30 16:56:22 UTC
parent 1961f48c316b440e95329954b4d4cf7bb7bfedaa

Fixed FS25315 - Added .hosts files to the backup field

PKGBUILD +5 -1

diff --git a/PKGBUILD b/PKGBUILD
index f1ad312..d244f61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=vlc
 pkgver=1.1.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -31,6 +31,10 @@ optdepends=('avahi: for service discovery using bonjour protocol'
             'libpulse: PulseAudio support')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
+backup=('usr/share/vlc/http/.hosts'
+        'usr/share/vlc/http/dialogs/.hosts'
+        'usr/share/vlc/lua/http/.hosts'
+        'usr/share/vlc/lua/http/dialogs/.hosts')
 options=('!libtool')
 install=vlc.install
 source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")