summaryrefslogtreecommitdiffstats
path: root/devel/apiextractor/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apiextractor/DETAILS')
-rwxr-xr-xdevel/apiextractor/DETAILS10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/apiextractor/DETAILS b/devel/apiextractor/DETAILS
index 7d6a7ad9c6..78cb22a6fb 100755
--- a/devel/apiextractor/DETAILS
+++ b/devel/apiextractor/DETAILS
@@ -7,8 +7,8 @@ if [[ $PYSIDE == git ]];then
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
else
- VERSION=0.10.4
- SOURCE_HASH=sha512:a5a41e7978253e882e2831697454fcf87e70065467d184cb0fb051f7fbf4107b0d242f3d805517fa466274f6369eed75c20c30d479330d9f0f67706d32e87f2a
+ VERSION=0.10.9
+ SOURCE_HASH=sha512:13353d2744cb0265ece5f336656adbea9c1aa74bd42fd97d8c934c0c0b0b201e66a779cd293aa7173fbe9476569c65faac1de19b173315e6609306aa2e14e442
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=$WEB_SITE/files/$SOURCE
fi
@@ -18,7 +18,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="libs"
SHORT="extract API information for a library"
cat << EOF
-API Extractor collects information about libraries from its header files and merges it with user
-written files (typesystem) describing how the library should be exposed as a binding on the target
+API Extractor collects information about libraries from its header files
+and merges it with user
+written files (typesystem) describing how the library should be exposed as
+a binding on the target
language.
EOF