summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2018-11-17 11:36:13 +0100
committermschubert2018-11-17 11:36:13 +0100
commit9448206eaab3a6c1a8b64357c07a6c62aad00ebc (patch)
treeea38e610d46881ec22fe729c1b89af556d82e618 /PKGBUILD
parenta9b412c8e7fdd2ed0fe03cf2d9497aec24d6bcad (diff)
downloadaur-apiextractor-git.tar.gz
fix pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
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
}
-
-