summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-01-14 12:17:15 -0800
committerDonald Webster2019-01-14 12:17:15 -0800
commit36712ab96f351f28a8dabaa417b8b4989c7384a0 (patch)
tree69a775be35c1cfb1fd5a60afd86e9b4922ff524e
parentf1f567cf7cb21cda6d7600404d1ae58ef001141f (diff)
downloadaur-36712ab96f351f28a8dabaa417b8b4989c7384a0.tar.gz
Fix description and license.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2dece7bb89a..16b15ea75046 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-attrdict
- pkgdesc = Push Notifications that work with just about every platform
+ pkgdesc = A library that provides mapping objects that allow their elements to be accessed both as keys and as attributes.
pkgver = 2.0.0
pkgrel = 1
url = https://github.com/bcj/attrdict
arch = any
- license = GPL3
+ license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
source = https://github.com/bcj/attrdict/archive/v2.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1537e17cd161..d1c83c4cb047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgbase=python-attrdict
pkgname=('python-attrdict' 'python2-attrdict')
pkgver=2.0.0
pkgrel=1
-pkgdesc="Push Notifications that work with just about every platform"
+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"
-license=('GPL3')
+license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/bcj/attrdict/archive/v$pkgver.tar.gz")
sha256sums=('e779bdb2824498311fd82068ff62c1ac01c2049a5766230f7ead2a80f4d81ed7')