diff options
author | Mihkel Tõnnov | 2024-02-15 21:30:53 +0100 |
---|---|---|
committer | Mihkel Tõnnov | 2024-02-15 21:30:53 +0100 |
commit | e42eac18a4b1f46e6f34f183d4988bb532cf459e (patch) | |
tree | 7574c3e6cf74ec7ff955d5ceef56ad42fc02dddd | |
parent | 2de4e7b00738c6b27f5923b29fd1036aa28f656f (diff) | |
download | aur-e42eac18a4b1f46e6f34f183d4988bb532cf459e.tar.gz |
Fixed silly oversight with 'provides'/'conflicts'
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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' |