summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3294759bf1d..dad3456cfb9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = apiextractor-git
- pkgdesc = 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.
+ pkgdesc = Collects annotated API information for language binding creation
pkgver = 0.3.2.322.g744d018
pkgrel = 1
url = http://www.pyside.org
diff --git a/PKGBUILD b/PKGBUILD
index d6e8fff2916c..ebb6dfbedcd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,10 @@
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
# Contributor: Matthias Maennich <arch@maennich.net>
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
-
pkgname=apiextractor-git
pkgver=0.3.2.322.g744d018
pkgrel=1
-pkgdesc="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."
+pkgdesc="Collects annotated API information for language binding creation"
url="http://www.pyside.org"
arch=('i686' 'x86_64')
license=('LGPL')
@@ -35,5 +34,3 @@ package() {
cd "$srcdir/$pkgname/build"
make DESTDIR="$pkgdir" install
}
-
-