summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosef Vybíhal2022-03-18 18:25:20 +0100
committerJosef Vybíhal2022-03-18 18:25:20 +0100
commitc3748b19b0269ffab66969fd6be2b4789d06c064 (patch)
treeea0cf18e2f0400a9bf8c3e4da65d4030558b85fe /PKGBUILD
parent3104deadcc1376fe9751ad7ca3542d7f29a74311 (diff)
downloadaur-hexchat-git.tar.gz
As @a821 noted: "github discontinued the git:// protocol. Please use git+https://"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1816170f6065..495cc9134067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TingPing tingping@tingping.se
pkgname=hexchat-git
-pkgver=2.14.2.r25.g308838da
+pkgver=2.16.1.r2.g94efa378
pkgrel=1
pkgdesc='A GTK+ based IRC client'
arch=('i686' 'x86_64' 'armv6h')
@@ -17,7 +17,7 @@ optdepends=('enchant: for spell check'
provides=('hexchat')
conflicts=('hexchat' 'hexchat-lua-git')
replaces=('hexchat-lua-git')
-source=('git://github.com/hexchat/hexchat.git')
+source=('git+https://github.com/hexchat/hexchat.git')
md5sums=('SKIP')
_gitname='hexchat'