summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-02-03 10:16:36 +0100
committerChristopher Arndt2021-02-03 10:16:36 +0100
commitcdcc8fa834434001bc266dec4f62a37c57490c5e (patch)
tree9e7e2bc036d4ea922f162e22f4fa6d4831d390b3
parentbe7cd5d8024f00de87b374e9ebd11e5eaa21ce2d (diff)
downloadaur-python-nudatus.tar.gz
New upstream version 0.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD12
3 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14ad62697ff4..00b15e712541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-nudatus
pkgdesc = A tool to remove comments from Python scripts
- pkgver = 0.0.4
- pkgrel = 2
+ pkgver = 0.0.5
+ pkgrel = 1
url = https://github.com/zanderbrown/nudatus
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = nudatus-0.0.4.tar.gz::https://github.com/ZanderBrown/nudatus/archive/0.0.4.tar.gz
- sha256sums = 00cabe658d3542c613c2b58567a952bab915762b240c8694327f45057b3cf1fc
+ source = https://files.pythonhosted.org/packages/source/n/nudatus/nudatus-0.0.5.tar.gz
+ sha256sums = ba84a8e022cb4af0f995176383f5ff9fa83d57ded3cedc6aa4db1687f88cacec
pkgname = python-nudatus
diff --git a/.gitignore b/.gitignore
index 95d9fc654918..a55a7141393f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ pkg/
src/
nudatus-*.tar.gz
python-nudatus-*.pkg.tar.xz
-.AURINFO
+python-nudatus-*.pkg.tar.zst
+python-nudatus-*.src.tar.gz
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() {