[arch-commits] Commit in hexchat/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Dec 12 20:00:29 UTC 2017


    Date: Tuesday, December 12, 2017 @ 20:00:28
  Author: alucryd
Revision: 274012

upgpkg: hexchat 2.12.4-7

Modified:
  hexchat/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-12 19:26:16 UTC (rev 274011)
+++ PKGBUILD	2017-12-12 20:00:28 UTC (rev 274012)
@@ -4,7 +4,7 @@
 
 pkgname=hexchat
 pkgver=2.12.4
-pkgrel=6
+pkgrel=7
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
 url='https://hexchat.github.io/'
@@ -17,11 +17,19 @@
             'lua: Lua plugin'
             'perl: Perl plugin'
             'python: Python plugin')
-source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc}
+        'hexchat-enchant2.0.patch::https://github.com/hexchat/hexchat/commit/005858795878b92fc17b4c2127bce90a1d053483.patch')
 sha256sums=('fa35913158bbc7d0d99de79371b6df3e8d21802f1d2c7c92f0e5db694acf2c3a'
-            'SKIP')
+            'SKIP'
+            'd5f1e70b696337b15d40386292748483d2b27631a9bba6cfa5c97eae4f6987f1')
 validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
 
+prepare() {
+  cd hexchat-${pkgver}
+
+  patch -Np1 -i ../hexchat-enchant2.0.patch
+}
+
 build() {
   cd hexchat-${pkgver}
 



More information about the arch-commits mailing list