summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9929249eee01..5cccfe01ea4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 23 11:50:27 UTC 2016
+# Sun Oct 23 14:35:18 UTC 2016
pkgbase = eggdrop
pkgdesc = The world's most popular Open Source IRC bot.
pkgver = 1.6.21
- pkgrel = 7
+ pkgrel = 8
url = http://www.eggheads.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 58469f82096e..377bc3929733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=eggdrop
pkgver=1.6.21
-pkgrel=7
+pkgrel=8
pkgdesc="The world's most popular Open Source IRC bot."
arch=('i686' 'x86_64')
url="http://www.eggheads.org/"
@@ -31,7 +31,8 @@ readonly -a _sharedir _modulesdir _scriptsdir _helpdir _bin _mandir
build() {
cd "$srcdir/$pkgname$pkgver"
- patch -p1 < "$srcdir/utf8.patch"
+# UNCOMMENT IF YOU NEED UTF-8 SUPPORT
+# patch -p1 < "$srcdir/utf8.patch"
# Don't complain about language files on startup.
sed -i "s|\"./language\"|\"$_sharedir/$pkgname/language\"|g" src/eggdrop.h