summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2021-08-14 22:39:18 +0200
committerPhilip Goto2021-08-14 22:39:18 +0200
commit88dad0e04c04988804ad34b94212e0bc04ce319a (patch)
tree784016f937bf79ea1e9f913046efa86286689f95 /PKGBUILD
parent67cbdbf4137f363e9c86fa3c8ca716007acfdd5e (diff)
downloadaur-88dad0e04c04988804ad34b94212e0bc04ce319a.tar.gz
Update to 2.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11211b36bc1e..2e4437fce054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_pkgname=catalogue
pkgname="python-${_pkgname}"
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc='Super lightweight function registries for your library'
-arch=('any')
+arch=(any)
url='https://github.com/explosion/catalogue'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('9ed345d12855af315f1715583612b26b8621a2b0a2e3bef974dc5d712f7983aa')
+sha256sums=('6ce41a082512c6e42916a2f31d1d9df72e506f35f84e045800bfe93d4fcbb22d')
build() {
cd "${_pkgname}-${pkgver}"