diff options
author | Kevin Morris | 2021-09-03 15:22:59 -0700 |
---|---|---|
committer | Kevin Morris | 2021-09-03 15:22:59 -0700 |
commit | 47d8be3f4e3c8e5057a942f45189d29e66c71bf2 (patch) | |
tree | 84fb2f8c581728ab0a2acc674857a0f77e02f841 /PKGBUILD | |
parent | 979b98a7b3f258f68fb63438751d3256ea34a7be (diff) | |
download | aur-47d8be3f4e3c8e5057a942f45189d29e66c71bf2.tar.gz |
Modify .tar.gz source
Signed-off-by: Kevin Morris <kevr@0cost.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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' ) |