Skip to content

Commit

Permalink
Updates URLs, authors, prepare v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Skunnyk committed Jun 7, 2015
1 parent 3a44c44 commit e1a348c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.60)
AC_INIT([package-query], [1.5], [tuxce.net@gmail.com])
AC_PREREQ(2.69)
AC_INIT([package-query], [1.6], [https://github.com/archlinuxfr/package-query])
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/package-query.c])
Expand Down Expand Up @@ -48,8 +48,8 @@ AC_ARG_WITH(root-dir,
AC_SUBST(ROOTDIR)

AC_ARG_WITH(aur-url,
AS_HELP_STRING([--with-aur-url=url], [default to http://aur.archlinux.org]),
[AUR_BASE_URL=$withval], [AUR_BASE_URL=http://aur.archlinux.org])
AS_HELP_STRING([--with-aur-url=url], [default to https://aur.archlinux.org]),
[AUR_BASE_URL=$withval], [AUR_BASE_URL=https://aur.archlinux.org])

AC_SUBST(AUR_BASE_URL)
AC_CONFIG_FILES([src/Makefile
Expand Down
15 changes: 12 additions & 3 deletions doc/package-query.8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.\" Source: Package-query 0.9
.\" Language: English
.\"
.TH "PACKAGE\-QUERY" "8" "2011\-09\-08" "Package\-query 0\&.9" "Package\-query Manual"
.TH "PACKAGE\-QUERY" "8" "2015\-06\-07" "Package\-query 1\&.5" "Package\-query Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -70,7 +70,7 @@ Show help\&.
\fB\-\-aur\-url <AUR url>\fR
.RS 4
Specify a custom AUR url (default to
http://aur\&.archlinux\&.org)\&.
https://aur\&.archlinux\&.org)\&.
.RE
.PP
\fB\-b, \-\-dbpath <database path>\fR
Expand Down Expand Up @@ -334,7 +334,7 @@ Repository specific color\&. (default:
\fBpacman\fR(8), \fBpacman.conf\fR(5)
.SH "BUGS"
.sp
http://bugs\&.archlinux\&.fr
https://github\&.com\&/archlinuxfr/package-query
.SH "AUTHORS"
.sp
Current maintainers:
Expand All @@ -348,4 +348,13 @@ Current maintainers:
.IP \(bu 2.3
.\}
Tuxce <tuxce\&.net@gmail\&.com>
.sp
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Skunnyk <skunnyk@archlinux\&.fr>
.RE

0 comments on commit e1a348c

Please sign in to comment.