summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihkel Tõnnov2024-02-15 21:30:53 +0100
committerMihkel Tõnnov2024-02-15 21:30:53 +0100
commite42eac18a4b1f46e6f34f183d4988bb532cf459e (patch)
tree7574c3e6cf74ec7ff955d5ceef56ad42fc02dddd
parent2de4e7b00738c6b27f5923b29fd1036aa28f656f (diff)
downloadaur-e42eac18a4b1f46e6f34f183d4988bb532cf459e.tar.gz
Fixed silly oversight with 'provides'/'conflicts'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97b385f09032..7b798b5e6fe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -50,8 +50,8 @@ pkgbase = soundkonverter
optdepends = vorbis-tools: vorbis tools backend
optdepends = wavpack: wavpack backend
optdepends = sox: sox plugin (change sample rate, various effects)
- provides = soundkonverter
- conflicts = soundkonverter
+ provides = soundkonverter-git
+ conflicts = soundkonverter-git
options = debug
source = git+https://github.com/dfaust/soundkonverter.git
source = taglib2.diff
diff --git a/PKGBUILD b/PKGBUILD
index bac1ecde141d..ff8fb85f1af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,8 +68,8 @@ source=(
'git+https://github.com/dfaust/soundkonverter.git'
'taglib2.diff'
)
-provides=('soundkonverter')
-conflicts=('soundkonverter')
+provides=('soundkonverter-git')
+conflicts=('soundkonverter-git')
sha256sums=(
'SKIP'
'6775198a5c30495ead5cda9756643e7e3c5b767dd5f322f985c9775bb37093e9'