sic: replace the old -git pkg

This commit is contained in:
Ypnose 2015-06-14 12:27:36 +02:00
parent e7dbb95393
commit 914a16b41a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'sic' # Template file for 'sic'
pkgname=sic pkgname=sic
version=1.2 version=1.2
revision=3 revision=4
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="INCS=-I. LIBS=" make_build_args="INCS=-I. LIBS="
short_desc="Simple irc client" short_desc="Simple irc client"
@ -10,7 +10,7 @@ license="MIT"
homepage="http://tools.suckless.org/${pkgname}" homepage="http://tools.suckless.org/${pkgname}"
distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz" distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
checksum="ac07f905995e13ba2c43912d7a035fbbe78a628d7ba1c256f4ca1372fb565185" checksum="ac07f905995e13ba2c43912d7a035fbbe78a628d7ba1c256f4ca1372fb565185"
replaces="sic>=0" replaces="sic-git>=0"
pre_build() { pre_build() {
sed -i '10i #include <sys/select.h>' sic.c sed -i '10i #include <sys/select.h>' sic.c