summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMuflone2015-08-09 12:54:04 +0200
committerMuflone2015-08-09 12:54:04 +0200
commitb435f864e345ac1d2fa60ed9578554ee874a266d (patch)
tree24ef91452a37698947e4c3cd1bd6fcc2c2e76eda /PKGBUILD
parent92d9fed65e95f00721b03a686b8efbddd46cffe1 (diff)
downloadaur-gnome-manpages-git.tar.gz
Updated package gnome-manpages-git 20130101.15.e660878-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b945e16afdb..331688fac2c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=gnome-manpages-git
pkgname=('man-pages-clutter-git' 'man-pages-gdk3-git' 'man-pages-gio2-git' 'man-pages-glib2-git' 'man-pages-gobject2-git' 'man-pages-gtk3-git')
pkgver=20130101.15.e660878
-pkgrel=1
+pkgrel=2
pkgdesc="Various man pages for GNOME related libraries"
url="https://github.com/chergert/gnome-manpages/"
arch=('any')
@@ -40,25 +40,31 @@ _package() {
}
package_man-pages-clutter-git() {
+ pkgdesc="Man pages for the Clutter library"
_package "clutter"
}
package_man-pages-gdk3-git() {
+ pkgdesc="Man pages for the GIMP Drawing Kit (GDK) 3 library"
_package "gdk3"
}
package_man-pages-gio2-git() {
+ pkgdesc="Man pages for the GIO 2 library"
_package "gio2"
}
package_man-pages-glib2-git() {
+ pkgdesc="Man pages for the GLib 2 library"
_package "glib2"
}
package_man-pages-gobject2-git() {
+ pkgdesc="Man pages for the GObject 2 library"
_package "gobject2"
}
package_man-pages-gtk3-git() {
+ pkgdesc="Man pages for the GTK+ 3 library"
_package "gtk3"
}