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 33a74f727ccb..3ffcf7e750c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-setupmeta'
_pkgname='setupmeta'
-pkgver='3.3.2'
+pkgver='3.6.0'
pkgrel=1
pkgdesc="Simplify your setup.py"
url="https://github.com/codrsquad/setupmeta"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('221463a64d2528ba558f14b087410e05a7ef0dab17d19004f124a262d6e007f5')
+sha256sums=('2989bd850bde578f7e3dd8878ce5488194d863e0fbbe76b18bc345a6e29fae8b')
build() {
cd "${_pkgname}-${pkgver}"