sfeed_curses: update to 0.9.3
This commit is contained in:
parent
51035c49c6
commit
021eeb5e9c
2 changed files with 2 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git Makefile Makefile
|
||||
index 2e835ef..52f8947 100644
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -37,7 +37,7 @@ OBJ = ${SRC:.c=.o}
|
||||
${OBJ}:
|
||||
|
||||
.o:
|
||||
- ${CC} ${SFEED_LDFLAGS} -o $@ $<
|
||||
+ ${CC} -o $@ $< ${SFEED_LDFLAGS}
|
||||
|
||||
.c.o:
|
||||
${CC} ${SFEED_CFLAGS} ${SFEED_CPPFLAGS} -o $@ -c $<
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sfeed_curses'
|
||||
pkgname=sfeed_curses
|
||||
version=0.9.2
|
||||
version=0.9.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=compliant
|
||||
|
@ -12,8 +12,7 @@ maintainer="Jaume Devesa <jaume@mailbox.org>"
|
|||
license="ISC"
|
||||
homepage="https://git.codemadness.org/sfeed_curses"
|
||||
distfiles="https://codemadness.org/releases/sfeed_curses/${pkgname}-${version}.tar.gz"
|
||||
checksum=19a46fe4de63fe033ad836efc2b002ecea157946ed2af2801124d9283dc11511
|
||||
|
||||
checksum=579c11e36ec02d00c63ca354da44285eb5ecdf89f9690c750c08a74543757b14
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README
|
||||
|
|
Loading…
Reference in a new issue