diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-23 19:00:48 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-23 19:00:48 -0200 |
commit | a02bc26e09daf4fc33f4398352df10e05ed3182e (patch) | |
tree | 0c42d4b0d5d85d74b5fa969fc871d077cbf1bf65 /nonprism/banshee-nonprism | |
parent | 99044e66e1dae64876d9c1ad81a54343bdebd7c0 (diff) | |
download | abslibre-a02bc26e09daf4fc33f4398352df10e05ed3182e.tar.gz abslibre-a02bc26e09daf4fc33f4398352df10e05ed3182e.tar.bz2 abslibre-a02bc26e09daf4fc33f4398352df10e05ed3182e.zip |
banshee-nonprism: add conflicts, provides and replaces lines
Diffstat (limited to 'nonprism/banshee-nonprism')
-rw-r--r-- | nonprism/banshee-nonprism/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nonprism/banshee-nonprism/PKGBUILD b/nonprism/banshee-nonprism/PKGBUILD index ad8c5a042..883c7beaf 100644 --- a/nonprism/banshee-nonprism/PKGBUILD +++ b/nonprism/banshee-nonprism/PKGBUILD @@ -18,6 +18,9 @@ optdepends=('gstreamer0.10-good-plugins: Extra media codecs' 'gstreamer0.10-ffmpeg: Extra media codecs' 'brasero: CD burning') options=('!libtool') +replaces=$_pkgname +conflicts=$_pkgname +provides=$_pkgname=$pkgver install=$_pkgname.install source=(http://download.gnome.org/sources/$_pkgname/2.6/$_pkgname-$pkgver.tar.xz git-fixes.patch) |