summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaio Augusto2019-07-25 00:57:52 -0300
committerKaio Augusto2019-07-25 00:57:52 -0300
commitf3c033d4cdd3e278734f1d75055ade241f818683 (patch)
treec50650cbb317709d6db3630cffb98e6df2802b58 /PKGBUILD
parent950ec48e956c9bfe3f897ed6b79caf00b4708270 (diff)
downloadaur-python-dictobject.tar.gz
Bump version to 1.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f924e349888..c460ee1ad11e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Matthew Gamble <git@matthewgamble.net>
+# Maintainer: Kaio Augusto de Camargo <kaioaugusto.8@gmail.com>
+# Contributor: Matthew Gamble <git@matthewgamble.net>
pkgname=python-dictobject
-pkgver=0.1.3
+pkgver=1.0.5
pkgrel=1
pkgdesc="Python DictObject allows attribute access on dicts."
arch=("any")
-url="https://pypi.python.org/pypi/DictObject"
-license=("GPL")
+url="https://pypi.org/project/DictObject/"
+license=("GPL3")
depends=("python" "python-luckydonald-utils")
makedepends=("python-setuptools")
-source=("https://pypi.python.org/packages/b9/e2/e967737367e99679cf0edaf7e0b3d22e2f941c09f33481430807ecf754cc/DictObject-0.1.3.tar.gz")
-sha256sums=("5990aa7bfa4d2fe1481e43ffd29d2080ce61abe9ff627cfbcbb5e8197041d4a0")
+source=("https://files.pythonhosted.org/packages/d9/0e/4878dfc2688bc60bdbdcb6b1bbdb6f8d8ec08e34a2115cebf1a777242bf4/DictObject-1.0.5.tar.gz")
+sha256sums=("acc1d75068131a73cd0a629eca0385100ff131e325412d8d3c7ac261ba306d33")
package() {
cd "DictObject-${pkgver}"