diff options
author | Narrat | 2022-02-27 22:50:58 +0100 |
---|---|---|
committer | Narrat | 2022-02-27 22:50:58 +0100 |
commit | b103f35136399f4c8ce85b328893af78d37d68ab (patch) | |
tree | 1b1ee50f7979cea82774031ce4611fd5a85806f6 /PKGBUILD | |
parent | 09ba1cafcbb98ad080da90a004667cf6ec529b3f (diff) | |
download | aur-gist-git.tar.gz |
gist: git:// is deprecated
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ _pkgname=gist pkgname=${_pkgname}-git -pkgver=5.0.0.r0.g9c04757 +pkgver=5.1.0.r1.gab14e27 pkgrel=1 pkgdesc="Potentially the best command line gister" arch=(any) @@ -16,7 +16,7 @@ optdepends=("xclip: will put pasted gists url into X selection automagically" "xsel: put pasted gist's url into X selection automagically") provides=('gist') conflicts=('gist') -source=('git://github.com/defunkt/gist.git') +source=('git+https://github.com/defunkt/gist.git') md5sums=('SKIP') |