aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/bc/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/bc/APKBUILD b/main/bc/APKBUILD
index 91fe8f95d99..32dc2f3ca10 100644
--- a/main/bc/APKBUILD
+++ b/main/bc/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bc
pkgver=1.06.95
-pkgrel=0
-pkgdesc="arbitrary precision numeric processing language (calculator)"
+pkgrel=1
+pkgdesc="An arbitrary precision numeric processing language (calculator)"
url="http://www.gnu.org/software/bc/bc.html"
arch="all"
-license="GPL"
-depends=
+license="GPL2+"
+depends=""
makedepends="flex readline-dev texinfo"
-install=
+install=""
subpackages="$pkgname-doc"
source="ftp://alpha.gnu.org/gnu/bc/bc-$pkgver.tar.bz2
bc-1.06.95-void_uninitialized.patch"