summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroliboy2021-07-11 17:23:08 +0300
committerroliboy2021-07-11 17:23:08 +0300
commit6340f1a67802969b163b33a75393322f0514979c (patch)
tree2bb61512d4bfb79acc112934cf58931490ea8686
parentf469d4b5d17ef31f3da8e271dd9a9198cb1582c8 (diff)
downloadaur-6340f1a67802969b163b33a75393322f0514979c.tar.gz
include pkgver in source filename
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eed6de1308e..5c4b54408eae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pywhat
pkgdesc = Identify emails, IP addresses and more
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bee-san/pyWhat
arch = any
license = GPL-3.0
@@ -11,7 +11,7 @@ pkgbase = python-pywhat
depends = python-click
depends = python-name-that-hash
depends = python-rich
- source = python-pywhat.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/3.1.0.tar.gz
+ source = python-pywhat-3.1.0.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/3.1.0.tar.gz
sha256sums = 725e07c2ae4520021805d60628b636faa1c75c9da782f0b3e5ee514edc7926d3
pkgname = python-pywhat
diff --git a/PKGBUILD b/PKGBUILD
index 8189de8af11d..c790f415645b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pywhat
_pkgname=pyWhat
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Identify emails, IP addresses and more"
arch=('any')
depends=(
@@ -15,7 +15,7 @@ depends=(
makedepends=("python-setuptools" "python-dephell")
url="https://github.com/bee-san/pyWhat"
license=('GPL-3.0')
-source=("$pkgname.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/$pkgver.tar.gz")
sha256sums=(
"725e07c2ae4520021805d60628b636faa1c75c9da782f0b3e5ee514edc7926d3"
)