irssi: Update to 1.0.2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
pkgname=irssi
|
||||
replaces=(irssi-git)
|
||||
conflicts=(irssi-git)
|
||||
pkgver=1.0.1
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Modular text mode IRC client with Perl scripting"
|
||||
arch=('i686' 'x86_64')
|
||||
@@ -18,14 +18,14 @@ backup=('etc/irssi.conf')
|
||||
source=("https://github.com/irssi/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
"0000_msysize.patch")
|
||||
options=('!strip')
|
||||
sha256sums=('9428c51a3f3598ffaef438c351a8d609cf10db34f2435bdcb84456226c383ccf'
|
||||
sha256sums=('5c1c3cc2caf103aad073fadeb000e0f8cb3b416833a7f43ceb8bd9fcf275fbe9'
|
||||
'SKIP'
|
||||
'ec2dc647191717c4abd9b86a51c085e9bb8ca13998726ef0be97f4d213577eb3')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
echo 'Autogen preventing configure until later'
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
# echo 'Autogen preventing configure until later'
|
||||
# NOCONFIGURE=1 ./autogen.sh
|
||||
echo 'Applying patches simply adding #msys2 to default config'
|
||||
patch -p1 -i ${srcdir}/0000_msysize.patch
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user