summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 787b02ed01f4..bb78a00613d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=( 'qt5-script>=5.4' 'qt5-webkit' 'qt5-multimedia>=5.4' 'qt5-xmlpatterns>
makedepends=('cmake' 'qt5-declarative>=5.4')
optdepends=('hunspell>=1.3.0: for spell checking'
'qt5-webengine: for experimental backend using the Chromium browser project')
-conflicts=('otter-browser-git' 'otter-browser-weekly')
+conflicts=('otter-browser-git' 'otter-browser')
source=("${_productname}-$pkgver.tar.bz2::http://netcologne.dl.sourceforge.net/project/otter-browser/${_productname}-${_foldername}/${_productname}-${_filename}.tar.bz2")
md5sums=('66778d0da47dab3860d1a52b3f967eec')
@@ -29,4 +29,4 @@ build() {
package() {
cd ${_productname}-${_filename}
make DESTDIR=$pkgdir install
-} \ No newline at end of file
+}