summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 189436ac7821..416ada781813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 14 23:02:25 UTC 2017
+# Sat May 20 19:21:43 UTC 2017
pkgbase = clementine-git
pkgdesc = A modern music player and library organizer
- pkgver = 1.3.1.r312.gf7eea6c50
+ pkgver = 1.3.1.r334.gf8f6feff3
pkgrel = 1
url = http://www.clementine-player.org/
arch = i686
@@ -41,6 +41,8 @@ pkgbase = clementine-git
optdepends = gst-plugins-ugly: "Ugly" plugin libraries
optdepends = gst-libav: Libav plugin
optdepends = gvfs: Various devices support
+ provides = clementine
+ conflicts = clementine
source = git+https://github.com/clementine-player/Clementine.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a19bc5993aba..e4a8b11a1600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Based on community/clementine PKGBUILD
pkgname=clementine-git
-pkgver=1.3.1.r312.gf7eea6c50
+pkgver=1.3.1.r334.gf8f6feff3
pkgrel=1
pkgdesc='A modern music player and library organizer'
url='http://www.clementine-player.org/'
@@ -24,6 +24,8 @@ optdepends=('gst-plugins-base: "Base" plugin libraries'
'gst-plugins-ugly: "Ugly" plugin libraries'
'gst-libav: Libav plugin'
'gvfs: Various devices support')
+conflicts=('clementine')
+provides=('clementine')
source=("git+https://github.com/clementine-player/Clementine.git")
sha256sums=('SKIP')