Skip to content

Commit

Permalink
v3.1.4: fuck you git
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed Jul 6, 2013
1 parent 0150319 commit 31762f2
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Appendix C. Changelog
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: CHANGELOG

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Appendix A. Contribution rules
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: contributing

Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Kwpolska <[email protected]>
pkgname=pkgbuilder
_pyname=pkgbuilder
pkgver=3.1.3
pkgver=3.1.4
pkgrel=1
pkgdesc='A Python AUR helper/library.'
arch=('any')
Expand All @@ -10,7 +10,7 @@ license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/$(echo ${_pyname} | cut -c1)/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('f96c8894dae288da8ac2be20977d6134')
md5sums=('52e5345964a1acab71b34d4c8f53365d')

package() {
cd "${srcdir}/${_pyname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index: README

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index: README
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Appendix C. Changelog
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: CHANGELOG

Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Appendix A. Contribution rules
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: contributing

Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix B. License for PKGBUILDer
:Info: This is the license for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: LICENSE

Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index: README
Expand Down
2 changes: 1 addition & 1 deletion docs/aur.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aur module (AUR class)
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: AUR; RPC
.. index:: RPC
Expand Down
2 changes: 1 addition & 1 deletion docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build module
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: build
.. versionadded:: 2.1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.1.3'
release = '3.1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Exceptions in PKGBUILDer
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: Exceptions
.. versionadded:: 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ main module
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: main
.. versionadded:: 2.1.3.0
Expand Down
2 changes: 1 addition & 1 deletion docs/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package module (Package, AURPackage, ABSPackage classes)
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: Package
.. index:: AURPackage
Expand Down
Binary file modified docs/pb.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/pb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PBWrapper
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4
:Wrapper Version: 0.2.2
:Manual section: 8
:Manual group: PKGBUILDer manual
Expand Down
2 changes: 1 addition & 1 deletion docs/pbds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pbds module (PBDS class)
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. module: pbds
Expand Down
Binary file modified docs/pkgbuilder.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKGBUILDer
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
2 changes: 1 addition & 1 deletion docs/sample-scripts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKGBUILDer Sample Scripts
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: sample scripts

Expand Down
2 changes: 1 addition & 1 deletion docs/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ui module (UI class)
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: UI
.. versionadded:: 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ upgrade module
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: upgrade
.. index:: Syu
Expand Down
2 changes: 1 addition & 1 deletion docs/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ utils module
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4

.. index:: utils
.. versionadded:: 2.1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/wrapper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PBWrapper
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-07-06
:Version: 3.1.3
:Version: 3.1.4
:PBWrapper Version: 0.2.2

.. index:: wrapper
Expand Down
4 changes: 2 additions & 2 deletions pkgbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# All rights reserved.
Expand Down Expand Up @@ -44,7 +44,7 @@
"""

__title__ = 'PKGBUILDer'
__version__ = '3.1.3'
__version__ = '3.1.4'
__author__ = 'Kwpolska'
__license__ = '3-clause BSD'
__docformat__ = 'restructuredtext en'
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/aur.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/build.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/pbds.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/ui.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/upgrade.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/wrapper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PBWrapper v0.2.2
# PKGBUILDer v3.1.3
# PKGBUILDer v3.1.4
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from distutils.core import setup

setup(name='pkgbuilder',
version='3.1.3',
version='3.1.4',
description='An AUR helper (and library) in Python 3.',
keywords='arch pkgbuild',
author='Kwpolska',
Expand Down

0 comments on commit 31762f2

Please sign in to comment.