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 7abdcf181fc8..4c32f6176098 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 11 14:59:59 UTC 2019
+# Thu Apr 11 15:00:56 UTC 2019
pkgbase = r128gain-git
pkgdesc = Fast audio loudness (ReplayGain / R128) scanner & tagger
pkgver = 0.8.0.r2.g6b4de54
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/desbma/r128gain-git
arch = any
license = LGPL
@@ -12,6 +12,8 @@ pkgbase = r128gain-git
depends = python-mutagen
depends = python-crcmod
depends = ffmpeg
+ provides = r128gain
+ conflicts = r128gain
source = git+https://github.com/desbma/r128gain.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 306dfd16a52a..126a58bf9137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=r128gain-git
_pkgname=r128gain
pkgver=0.8.0.r2.g6b4de54
-pkgrel=1
+pkgrel=2
pkgdesc='Fast audio loudness (ReplayGain / R128) scanner & tagger'
arch=('any')
url="https://github.com/desbma/${pkgname}"
@@ -13,6 +13,8 @@ license=('LGPL')
depends=('python' 'python-setuptools' 'python-mutagen' 'python-crcmod' 'ffmpeg')
source=("git+https://github.com/desbma/r128gain.git")
sha512sums=('SKIP')
+provides=('r128gain')
+conflicts=('r128gain')
pkgver() {
cd "r128gain"