summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Mulder2018-04-23 11:43:35 +0200
committerWillem Mulder2018-04-23 11:43:35 +0200
commit88b1747f844b6df0850dd1599de585e33ec16bca (patch)
tree115a0ab1257061f7c73e5b714c2fdd944d384df3
parent137c8e1e1eac9c1b3c5c0be2c9f808af3194d114 (diff)
downloadaur-88b1747f844b6df0850dd1599de585e33ec16bca.tar.gz
Add conflicts and provides to PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e70628f0e0..e35f6f6aeea2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpegfs-git
pkgdesc = FUSE-based transcoding filesystem from many formats to MP3 or MP4 including video transcoding
pkgver = v1.2.r73.bd068fa
- pkgrel = 1
+ pkgrel = 2
url = https://nschlia.github.io/ffmpegfs/
arch = x86_64
arch = i686
@@ -16,6 +16,8 @@ pkgbase = ffmpegfs-git
depends = fuse
depends = ffmpeg
depends = sqlite3
+ provides = ffmpegfs
+ conflicts = ffmpegfs
source = git+https://github.com/nschlia/ffmpegfs.git
sha384sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eac049dffb84..ebdc8c215537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
_pkgname=ffmpegfs
pkgname=ffmpegfs-git
pkgver=v1.2.r73.bd068fa
-pkgrel=1
+pkgrel=2
pkgdesc="FUSE-based transcoding filesystem from many formats to MP3 or MP4 including video transcoding"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') # Not arch-specific, should work on all
url="https://nschlia.github.io/ffmpegfs/"
license=('GPL3' 'FDL1.3')
depends=('fuse' 'ffmpeg' 'sqlite3')
makedepends=('git' 'asciidoc')
+provides=($_pkgname)
+conflicts=($_pkgname)
source=("git+https://github.com/nschlia/ffmpegfs.git")
sha384sums=('SKIP')