Skip to content

Commit

Permalink
v3.1.7: AUR v2.3.0 compatibility (fonts category)
Browse files Browse the repository at this point in the history
Without this update, PKGBUILDer would (incorrectly) report those
packages “not found”.

Signed-off-by: Chris “Kwpolska” Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Sep 2, 2013
1 parent cc6e0e6 commit 674458d
Show file tree
Hide file tree
Showing 39 changed files with 381 additions and 189 deletions.
100 changes: 98 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Appendix C. Changelog
:Author: Kwpolska <[email protected]>
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-08-23
:Version: 3.1.6
:Date: 2013-09-02
:Version: 3.1.7

.. index:: CHANGELOG

Expand Down Expand Up @@ -50,99 +50,195 @@ Version History
Generation 3
------------

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6


3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6


3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6


3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6


3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6


3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6


3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6


3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6
Added --userfetch.

3.1.7
AUR v2.3.0 compatiblity (fonts category)

3.1.6


Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Appendix A. Contribution rules
:Author: Kwpolska <[email protected]>
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-08-23
:Version: 3.1.6
:Date: 2013-09-02
:Version: 3.1.7

.. 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.6
pkgver=3.1.7
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=('a2dbf9f26672d3730f3103fbbb6cd956')
md5sums=('cd7d7d4baabe897618ae12bbd4b758a7')

package() {
cd "${srcdir}/${_pyname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgname=pkgbuilder-git
_pyname=pkgbuilder
_gitname=pkgbuilder
pkgver=20130823
pkgver=20130902
pkgrel=1
pkgdesc='A Python AUR helper/library. (git version)'
arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-08-23
:Version: 3.1.6
:Date: 2013-09-02
:Version: 3.1.7

.. index: README

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-08-23
:Version: 3.1.6
:Date: 2013-09-02
:Version: 3.1.7

.. index: README
Expand Down
Loading

0 comments on commit 674458d

Please sign in to comment.