summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8139e0962f7..bbc835f52168 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,7 @@ pkgbase = hastebin
depends = python-requests
optdepends = xclip: default --clip-command
conflicts = hastebin-git
- source = https://github.com/kevr/hastebin/archive/1.4.tar.gz
+ source = https://github.com/kevr/hastebin/archive/refs/tags/1.4.tar.gz
sha256sums = a8b5d5164e11cc485e973c8f1d090553e78ff1dfcfe3f3664aa8cea37bef6bd8
pkgname = hastebin
-
diff --git a/PKGBUILD b/PKGBUILD
index 8dc4696994fa..fdbaa0fa3b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,11 @@ pkgrel=1
pkgdesc='Upload data to hastebin.com via stdin'
license=('GPL2')
url='https://github.com/kevr/hastebin'
-
arch=('any')
depends=('python' 'python-requests')
conflicts=("${pkgname}-git")
optdepends=('xclip: default --clip-command')
-source=("${url}/archive/${release}.tar.gz")
+source=("${url}/archive/refs/tags/${release}.tar.gz")
sha256sums=(
'a8b5d5164e11cc485e973c8f1d090553e78ff1dfcfe3f3664aa8cea37bef6bd8'
)