summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2024-03-24 16:00:34 +0200
committerPhilipp Joram2024-03-24 16:00:34 +0200
commitbfbefc0e74b98d86bd23caa20d024368af3a6003 (patch)
treed774802a4dfd2ce673c7f980f63d09816880810b
parent452710e52a4f361784cb9c2b5d3025a65d124a0c (diff)
downloadaur-bfbefc0e74b98d86bd23caa20d024368af3a6003.tar.gz
Add `python-soundcloud` to `provides`
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a2fd95e5b33..726f000c7b85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-soundcloud-v2
depends = python
depends = python-dateutil
depends = python-dacite
+ provides = python-soundcloud
conflicts = python-soundcloud
source = https://files.pythonhosted.org/packages/source/s/soundcloud-v2/soundcloud-v2-1.3.7.tar.gz
sha512sums = 8843a6cafb25df7753a5dd6dd2545d8fd9f8a092102d0904ab5654cb9f54e583e19309daf09ce02ac9269ddf02bd9a8114923952572eeee821faff011f7db100
diff --git a/PKGBUILD b/PKGBUILD
index 339aa31fea39..9b05d9b83a53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ depends=(
)
makedepends=('python-setuptools')
conflicts=('python-soundcloud')
+provides=('python-soundcloud')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha512sums=('8843a6cafb25df7753a5dd6dd2545d8fd9f8a092102d0904ab5654cb9f54e583e19309daf09ce02ac9269ddf02bd9a8114923952572eeee821faff011f7db100')