summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-03-09 10:00:22 -0800
committerDonald Webster2021-03-09 10:00:22 -0800
commite9fd224a9b7afcb6cf607357f7af78ed57fb4a3e (patch)
tree207ccde7433acf0337cd8887da0b0105301d17dc
parentd204583e35e11333d53728c3d50f57f70a4c9138 (diff)
downloadaur-e9fd224a9b7afcb6cf607357f7af78ed57fb4a3e.tar.gz
Switch url to pypi for aur-out-of-date and cleanup PKGBUILD a little.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70ed6337ffb1..d976ed4d4801 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-attrdict
pkgdesc = A library that provides mapping objects that allow their elements to be accessed both as keys and as attributes.
pkgver = 2.0.1
pkgrel = 2
- url = https://github.com/bcj/attrdict
+ url = https://pypi.org/project/attrdict/
arch = any
license = MIT
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 009c44c4d355..3688a92674ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgname=('python-attrdict' 'python2-attrdict')
_name=${pkgname#python-}
pkgver=2.0.1
pkgrel=2
-pkgdesc="A library that provides mapping objects that allow their elements to be accessed both as keys and as attributes."
+pkgdesc='A library that provides mapping objects that allow their elements to be accessed both as keys and as attributes.'
arch=('any')
-url="https://github.com/bcj/attrdict"
+url='https://pypi.org/project/attrdict/'
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")