-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kwpolska <[email protected]>
- Loading branch information
Showing
42 changed files
with
275 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ Appendix C. Changelog | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2012, Kwpolska. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
|
||
.. index:: CHANGELOG | ||
|
||
|
@@ -23,6 +23,10 @@ PKGBUILDer uses the following versioning scheme: | |
|
||
Generation 2 | ||
============ | ||
:2.1.5.3: A bugfix for package copying and installation (signatures were passed | ||
to -U) broke the installation mechanism so only one package got | ||
installed. Also, fixing a bug with a STDIN that is not a terminal | ||
(eg. ``xargs``, and I hope nobody is using it to search for stuff) | ||
:2.1.5.2: Fixed a bug where an error in makepkg while running an Upgrade | ||
crashed PB and thrown an unhelpful traceback. | ||
:2.1.5.1: More tiny bugfixes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Appendix D. Contribution rules | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2012, Kwpolska. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
|
||
Do you want to contribute to this project? Great! I’d love to see some help, | ||
but you need to comply with some easy rules. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Kwpolska <[email protected]> | ||
pkgname=pkgbuilder | ||
pkgver=2.1.5.2 | ||
pkgver=2.1.5.3 | ||
pkgrel=1 | ||
pkgdesc='A Python AUR helper/library.' | ||
arch=('any') | ||
|
@@ -9,7 +9,7 @@ license=('BSD') | |
depends=('python' 'pyalpm>=0.5.1-1' 'python-requests') | ||
options=(!emptydirs) | ||
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz") | ||
md5sums=('963e7c3fe077e37b4546ae75e72674a1') | ||
md5sums=('92b51e17409e0c474cce4f0480121f77') | ||
|
||
package() { | ||
cd "${srcdir}/${pkgname}-${pkgver}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Kwpolska <[email protected]> | ||
pkgname=pkgbuilder-git | ||
pkgver=20121010 | ||
pkgver=20121012 | ||
pkgrel=1 | ||
pkgdesc='A Python AUR helper/library. Version from git.' | ||
arch=('any') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
|
||
.. index: README | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
|
||
.. index: README | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ Appendix C. Changelog | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2012, Kwpolska. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
|
||
.. index:: CHANGELOG | ||
|
||
|
@@ -23,6 +23,10 @@ PKGBUILDer uses the following versioning scheme: | |
|
||
Generation 2 | ||
============ | ||
:2.1.5.3: A bugfix for package copying and installation (signatures were passed | ||
to -U) broke the installation mechanism so only one package got | ||
installed. Also, fixing a bug with a STDIN that is not a terminal | ||
(eg. ``xargs``, and I hope nobody is using it to search for stuff) | ||
:2.1.5.2: Fixed a bug where an error in makepkg while running an Upgrade | ||
crashed PB and thrown an unhelpful traceback. | ||
:2.1.5.1: More tiny bugfixes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Appendix D. Contribution rules | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2012, Kwpolska. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
|
||
Do you want to contribute to this project? Great! I’d love to see some help, | ||
but you need to comply with some easy rules. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ Appendix B. License for PKGBUILDer | |
================================== | ||
:Info: This is the license for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
|
||
.. index:: LICENSE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
|
||
.. index: README | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ PBWrapper | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2012, Kwpolska. | ||
:License: BSD (see /LICENSE or Appendix B.) | ||
:Date: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
:Wrapper Version: 0.1.4 | ||
:Manual section: 8 | ||
:Manual group: PKGBUILDer manual | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ PKGBUILDer | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2012, Kwpolska. | ||
:License: BSD (see /LICENSE or Appendix B.) | ||
:Date: 2012-10-10 | ||
:Version: 2.1.5.2 | ||
:Date: 2012-10-12 | ||
:Version: 2.1.5.3 | ||
:Manual section: 8 | ||
:Manual group: PKGBUILDer manual | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.