summarylogtreecommitdiffstats
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
parent3104deadcc1376fe9751ad7ca3542d7f29a74311 (diff)
downloadaur-hexchat-git.tar.gz
As @a821 noted: "github discontinued the git:// protocol. Please use git+https://"
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0358bf316708..69ff370dd5fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hexchat-git
pkgdesc = A GTK+ based IRC client
- pkgver = 2.14.2.r25.g308838da
+ pkgver = 2.16.1.r2.g94efa378
pkgrel = 1
url = https://hexchat.github.io
arch = i686
@@ -31,8 +31,7 @@ pkgbase = hexchat-git
conflicts = hexchat
conflicts = hexchat-lua-git
replaces = hexchat-lua-git
- source = git://github.com/hexchat/hexchat.git
+ source = git+https://github.com/hexchat/hexchat.git
md5sums = SKIP
pkgname = hexchat-git
-
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'