summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3S0X2020-07-10 00:07:51 +0200
committerD3S0X2020-07-10 00:07:51 +0200
commit2c357d4ecae1d8c344e4bf97274b7013b237691a (patch)
treeabdf0ee25c1f7d4186ae7b77475d8bc3efba394e
parent45b4adeda7f1170e281813245d86d820cceaf47e (diff)
downloadaur-2c357d4ecae1d8c344e4bf97274b7013b237691a.tar.gz
add provides and conflicts (prepare for point releases)
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 461fe5b499ad..e2219f6939a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,8 @@ pkgbase = soundux-git
depends = qt5-base
depends = qt5-x11extras
optdepends = mpg123: mp3 support
+ provides = soundux
+ conflicts = soundux
source = git+https://github.com/D3SOX/Soundux.git
source = soundux.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 844c8e939593..dafe81b9096a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ license=('GPL3')
depends=('qt5-base' 'qt5-x11extras')
makedepends=('qt5-tools' 'git' 'qpm-bin')
optdepends=('mpg123: mp3 support')
+conflicts=('soundux')
+provides=('soundux')
source=("git+https://github.com/D3SOX/Soundux.git" "soundux.desktop")
sha256sums=('SKIP' '5b8b295131d894e8b7fb8931a7b1051bbae2c8ad2cb8ad56e65007ae33c6d0c9')