diff options
Diffstat (limited to 'libre/hexchat-libre')
-rw-r--r-- | libre/hexchat-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/hexchat-libre/PKGBUILD b/libre/hexchat-libre/PKGBUILD index 82bfe1cec..81a4e370b 100644 --- a/libre/hexchat-libre/PKGBUILD +++ b/libre/hexchat-libre/PKGBUILD @@ -17,11 +17,11 @@ makedepends=('perl' 'python2') optdepends=('enchant: Spell check' 'perl: Perl plugin' 'python2: Python plugin') -install="${_pkgname}.install" +install=${_pkgname}.install replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver -source=("https://github.com/downloads/hexchat/hexchat/hexchat-$pkgver.tar.xz" +source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz" 'remove-non-free-suggestion.patch' 'no-firefox.patch') sha256sums=('11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d' @@ -29,7 +29,7 @@ sha256sums=('11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d' 'de338821e1a8790a6fbdba2ce41d323002f51e3ae3e99ee8d815fcf087197e45') build() { - cd "${srcdir}"/${_pkgname}-${pkgver}" + cd "${srcdir}"/${_pkgname}-${pkgver} # Rebrand to Parabola sed -i -e 's#ArchLinux#Parabola GNU/Linux-libre#' plugins/sysinfo/parse.c |