mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
astyle: update to 3.6.2.
This commit is contained in:
parent
f8bc255558
commit
2c264d1e8b
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/build/gcc/Makefile
|
|
||||||
+++ b/build/gcc/Makefile
|
|
||||||
@@ -36,7 +36,7 @@ SYSCONF_PATH=$(prefix)/share/doc/astyle
|
|
||||||
bindir = bin
|
|
||||||
objdir = obj
|
|
||||||
ipath=$(prefix)/bin
|
|
||||||
-CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++11
|
|
||||||
+CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++17
|
|
||||||
JAVAINCS = -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
|
|
||||||
INSTALL=install -o $(USER) -g $(USER)
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'astyle'
|
# Template file for 'astyle'
|
||||||
pkgname=astyle
|
pkgname=astyle
|
||||||
version=3.5
|
version=3.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="build/gcc"
|
build_wrksrc="build/gcc"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://astyle.sourceforge.net"
|
homepage="https://astyle.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=defc1cb7bfa863bec470e836c257439a1199ca2c8b13a652a327fd78c8f5923c
|
checksum=f7e8e1ac4aa314a6645fa7016d882da381a8e1020c83462a2ca26cb25d8f3cbb
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bin/astyle
|
vbin bin/astyle
|
||||||
|
|
Loading…
Add table
Reference in a new issue