summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-02-03 10:16:36 +0100
committerChristopher Arndt2021-02-03 10:16:36 +0100
commitcdcc8fa834434001bc266dec4f62a37c57490c5e (patch)
tree9e7e2bc036d4ea922f162e22f4fa6d4831d390b3 /PKGBUILD
parentbe7cd5d8024f00de87b374e9ebd11e5eaa21ce2d (diff)
downloadaur-python-nudatus.tar.gz
New upstream version 0.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24764bc6b584..0c371c720ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname='python-nudatus'
_module='nudatus'
-pkgver=0.0.4
-pkgrel=2
+pkgver=0.0.5
+pkgrel=1
pkgdesc="A tool to remove comments from Python scripts"
url="https://github.com/zanderbrown/nudatus"
depends=('python')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
-# Release is 0.0.4 is not registered on PyPI yet
-#source=("https://files.pythonhosted.org/packages/source/${_module::1}/${_module}/${_module}-${pkgver}.tar.gz")
-source=("${_module}-${pkgver}.tar.gz::https://github.com/ZanderBrown/nudatus/archive/${pkgver}.tar.gz")
-sha256sums=('00cabe658d3542c613c2b58567a952bab915762b240c8694327f45057b3cf1fc')
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/${_module}/${_module}-${pkgver}.tar.gz")
+# In case the release is not on registered on PyPI (yet)
+#source=("${_module}-${pkgver}.tar.gz::https://github.com/ZanderBrown/nudatus/archive/${pkgver}.tar.gz")
+sha256sums=('ba84a8e022cb4af0f995176383f5ff9fa83d57ded3cedc6aa4db1687f88cacec')
build() {