summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-11-28 11:35:19 -0500
committerGuillaume Horel2022-11-28 11:35:19 -0500
commitf5b7591a96143fbeebdcb71b20f082c74ce5d5d1 (patch)
treedd0a033b7099fc3877d0f1766fbb06fc1ec58357
parent8629e26f821bfbaefd18cfe80dc727517034b5a5 (diff)
downloadaur-f5b7591a96143fbeebdcb71b20f082c74ce5d5d1.tar.gz
bump to 3.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc17340ace0d..786c03dd8794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-setupmeta
pkgdesc = Simplify your setup.py
- pkgver = 3.3.0
+ pkgver = 3.3.2
pkgrel = 1
url = https://github.com/codrsquad/setupmeta
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/s/setupmeta/setupmeta-3.3.0.tar.gz
- sha256sums = 32914af4eeffb8bf1bd45057254d9dff4d16cb7ae857141e07698f7ac19dc960
+ source = https://files.pythonhosted.org/packages/source/s/setupmeta/setupmeta-3.3.2.tar.gz
+ sha256sums = 221463a64d2528ba558f14b087410e05a7ef0dab17d19004f124a262d6e007f5
pkgname = python-setupmeta
diff --git a/PKGBUILD b/PKGBUILD
index 4be9caf09d33..33a74f727ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-setupmeta'
_pkgname='setupmeta'
-pkgver='3.3.0'
+pkgver='3.3.2'
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=('32914af4eeffb8bf1bd45057254d9dff4d16cb7ae857141e07698f7ac19dc960')
+sha256sums=('221463a64d2528ba558f14b087410e05a7ef0dab17d19004f124a262d6e007f5')
build() {
cd "${_pkgname}-${pkgver}"