summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-06-01 16:43:26 +0200
committerChristopher Arndt2019-06-01 16:43:26 +0200
commit3af3ab919299e883ebf6e95afd42d5c7c0135bc3 (patch)
tree3467658ee66dc35a5615bd7eaa1a884e57dde986
parentfd03249864239b9eafd131dae225a41a793a8fd1 (diff)
downloadaur-3af3ab919299e883ebf6e95afd42d5c7c0135bc3.tar.gz
New (not really) upstream version 0.0.4. Changed source URL to github (version not on PyPI)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31899730abf6..7aec2128102f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-nudatus
pkgdesc = A tool to remove comments from Python scripts
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 1
url = https://github.com/zanderbrown/nudatus
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/n/nudatus/nudatus-0.0.3.tar.gz
- sha256sums = ca2324777a10df8593eacacdd37a00e8fc780d5dc6a78cb02d6e6a5a85337ac9
+ source = nudatus-0.0.4.tar.gz::https://github.com/ZanderBrown/nudatus/archive/0.0.4.tar.gz
+ sha256sums = 00cabe658d3542c613c2b58567a952bab915762b240c8694327f45057b3cf1fc
pkgname = python-nudatus
diff --git a/PKGBUILD b/PKGBUILD
index 1eff3ef20ff2..877f0260c901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-nudatus'
_module='nudatus'
-pkgver='0.0.3'
+pkgver='0.0.4'
pkgrel=1
pkgdesc="A tool to remove comments from Python scripts"
url="https://github.com/zanderbrown/nudatus"
@@ -10,8 +10,10 @@ depends=('python')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/n/${_module}/${_module}-${pkgver}.tar.gz")
-sha256sums=('ca2324777a10df8593eacacdd37a00e8fc780d5dc6a78cb02d6e6a5a85337ac9')
+# 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')
build() {