summaryrefslogtreecommitdiff
path: root/libre/hexchat-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-02 18:17:59 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-02 18:17:59 -0300
commit0be99e62e392b932b3c6b2d92fe9b18ae47f68e9 (patch)
tree60360dae692a3eb616d7a51b03e879a895c50f60 /libre/hexchat-libre/PKGBUILD
parentfa0a3ef780274f9b17a10b70baafec02798b389a (diff)
downloadabslibre-0be99e62e392b932b3c6b2d92fe9b18ae47f68e9.tar.gz
abslibre-0be99e62e392b932b3c6b2d92fe9b18ae47f68e9.tar.bz2
abslibre-0be99e62e392b932b3c6b2d92fe9b18ae47f68e9.zip
hexchat-libre: fixing building issues
Diffstat (limited to 'libre/hexchat-libre/PKGBUILD')
-rw-r--r--libre/hexchat-libre/PKGBUILD6
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