summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2022-03-31 18:00:32 +0300
committerPhilipp Joram2022-03-31 18:00:32 +0300
commitae739874ef3676964883c53a863ef5396d49ff69 (patch)
treead75c737757d654ebaca80de62317bf890ae6bba
parent859024405e8a9dd9134ec7a79f7d88ab0688847f (diff)
downloadaur-ae739874ef3676964883c53a863ef5396d49ff69.tar.gz
Fix package description and upstream URL
Copy-and-past errors strike again.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f063e9b8f55a..035ef6b591ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-soundcloud-v2
- pkgdesc = Simplify creation of data classes (PEP 557) from dictionaries.
+ pkgdesc = Python wrapper for the v2 SoundCloud API
pkgver = 1.3.0
pkgrel = 1
- url = https://github.com/konradhalas/dacite
+ url = https://github.com/7x11x13/soundcloud.py
arch = any
license = MIT
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index d4f799e5847f..98bf642e8376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgname='python-soundcloud-v2'
_name=${pkgname#python-}
pkgver=1.3.0
pkgrel=1
-pkgdesc="Simplify creation of data classes (PEP 557) from dictionaries."
-url="https://github.com/konradhalas/dacite"
+pkgdesc="Python wrapper for the v2 SoundCloud API"
+url="https://github.com/7x11x13/soundcloud.py"
arch=('any')
license=('MIT')
depends=('python')