summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54052673c7c7..3864a0336387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-flatten-dict
pkgdesc = A flexible utility for flattening and unflattening dict-like objects in Python
pkgver = 0.4.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/anlini/flatten-dict
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 95670e9e75ed..b2254c5e85b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-flatten-dict
_pyname=${pkgname#python-}
pkgver=0.4.2
-pkgrel=2
+pkgrel=3
pkgdesc='A flexible utility for flattening and unflattening dict-like objects in Python'
arch=(any)
-license=(Apache)
+license=(Apache-2.0)
url="https://github.com/anlini/${_pyname}"
depends=(python)
makedepends=(python-{build,installer,wheel}