summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.nvchecker.toml5
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a59f0c38903e..d8912896e0af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-standardstreams
pkgdesc = Standard output, standard error, and standard input stream library
pkgver = 0.2.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/chrissimpkins/standardstreams
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-standardstreams
makedepends = python-wheel
makedepends = python-setuptools
depends = python
- source = standardstreams-0.2.0.tar.gz::https://github.com/chrissimpkins/standardstreams/archive/v0.2.0.tar.gz
+ source = https://github.com/chrissimpkins/standardstreams/archive/v0.2.0/standardstreams-0.2.0.tar.gz
sha256sums = 93d418bf48c3cad0bd158f5be0814fd17af60f74780e43f2e53976d2fb03425c
pkgname = python-standardstreams
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..fba005146bd6
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,5 @@
+[python-standardstreams]
+source = "github"
+github = "chrissimpkins/standardstreams"
+prefix = "v"
+use_max_tag = true
diff --git a/PKGBUILD b/PKGBUILD
index d9ffdbbaa09b..733262d4b4a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-standardstreams
pkgver=0.2.0
-pkgrel=3
+pkgrel=4
pkgdesc='Standard output, standard error, and standard input stream library'
arch=(any)
url="https://github.com/chrissimpkins/${pkgname#python-}"
@@ -11,7 +11,7 @@ depends=(python)
makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="${pkgname#python-}-$pkgver"
-source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('93d418bf48c3cad0bd158f5be0814fd17af60f74780e43f2e53976d2fb03425c')
build() {