summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Tatschner2021-04-19 21:02:55 +0200
committerStefan Tatschner2021-04-19 21:02:55 +0200
commit69513cd2701aa4cdaccd4db3f6cce2b648e3484f (patch)
treedf5ef23fe470ce5a885e194bb8c2b6048d3c57dc /PKGBUILD
parent1a22a55bc3f804a994269d43d0a92fa446a7a35c (diff)
downloadaur-python-aenum.tar.gz
upgpkg: python-aenum 3.0.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ca82eed671c..c5585bf3f0a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname='python-aenum'
_pkgname='aenum'
-pkgver=2.2.3
+pkgver=3.0.0
pkgrel=1
-pkgdesc="Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants"
+pkgdesc="Advanced Enumerations, NamedTuples, and NamedConstants for Python"
arch=('any')
url="https://bitbucket.org/stoneleaf/aenum"
license=('BSD')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/6f/6a/8ed729e0add885d7a559ebb06133029b1f8c4bd66cbf1bdee1ec969fb310/aenum-2.2.3.tar.gz")
-sha256sums=('a4334cabf47c167d44ab5a6198837b80deec5d5bad1b5cf70c966c3a330260e8')
+source=("https://files.pythonhosted.org/packages/11/82/7f1df9994e1d46533bd9e77484c440347b7dba349ca2ce6eb4f06ddd38ae/aenum-3.0.0.tar.gz")
+sha256sums=('17cd8cfed1ee4b617198c9fabbabd70ebd8f01e54ac29cd6c3a92df14bd86656')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"