diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- system.base
-
diff --git a/files/bc_l.patch b/files/bc_l.patch
deleted file mode 100644
--- a/files/bc_l.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/bc/storage.c b/bc/storage.c
-index 699729a..37b4c6c 100644
---- a/bc/storage.c
-+++ b/bc/storage.c
-@@ -99,6 +99,7 @@ more_functions (VOID)
- {
- f = &functions[indx];
- f->f_defined = FALSE;
-+ f->f_void = FALSE;
- f->f_body = (char *) bc_malloc (BC_START_SIZE);
- f->f_body_size = BC_START_SIZE;
- f->f_code_size = 0;
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,17 +1,18 @@
-name : bc
-version : 1.06.95
-release : 5
+name : bc
+version : 1.07.1
+release : 6
source :
- - http://alpha.gnu.org/gnu/bc/bc-1.06.95.tar.bz2 : 7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
-license :
- - GPL-2.0
-summary : The GNU bc arbitrary precision calculator language
-replaces :
+ - https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz : 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
+license : GPL-3.0-or-later
+component : system.base
+summary : The GNU bc arbitrary precision calculator language
+replaces :
- dc
-description : |
+builddeps :
+ - ed
+description: |
GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions
setup : |
- %patch -p1 < $pkgfiles/bc_l.patch
%configure
build : |
%make
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,11 @@
bc
- Ikey Doherty
- ikey@solus-project.com
+ Philipp Trulson
+ philipp@trulson.de
- GPL-2.0
+ GPL-3.0-or-later
+ system.base
The GNU bc arbitrary precision calculator language
GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions
@@ -18,20 +19,24 @@
system.base
- /usr/bin
- /usr/share/man
+ /usr/bin/bc
+ /usr/bin/dc
+ /usr/share/info/bc.info
+ /usr/share/info/dc.info
+ /usr/share/man/man1/bc.1
+ /usr/share/man/man1/dc.1
dc
-
- 2016-03-08
- 1.06.95
+
+ 2018-08-24
+ 1.07.1
Packaging update
- Ikey Doherty
- ikey@solus-project.com
+ Philipp Trulson
+ philipp@trulson.de
\ No newline at end of file