summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')