summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'