Skip to content

Commit 0894125

Browse files
committed
v4.2.14: fix multiinfo glitch if there are no packages
Signed-off-by: Chris Warrick <[email protected]>
1 parent 6176127 commit 0894125

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+100
-90
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Chris Warrick <[email protected]>
22
pkgname=pkgbuilder
33
_pyname=pkgbuilder
4-
pkgver=4.2.13
4+
pkgver=4.2.14
55
pkgrel=1
66
pkgdesc='A Python AUR helper/library.'
77
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD')
1010
depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'python-srcinfo' 'asp' 'git')
1111
options=(!emptydirs)
1212
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
13-
md5sums=('4283116338e8a3d2403a6952ddaf62d2')
13+
md5sums=('3b0efaaad04d9e45c8d9001414d5aaf3')
1414

1515
package() {
1616
cd "${srcdir}/${_pyname}-${pkgver}"

PKGBUILD-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pkgname=pkgbuilder-git
33
_pyname=pkgbuilder
44
_gitname=pkgbuilder
5-
pkgver=4.2.13
5+
pkgver=4.2.14
66
pkgrel=1
77
pkgdesc='A Python AUR helper/library. (git version)'
88
arch=('any')

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
33
=====================================================
44
:Info: This is the README file for PKGBUILDer.
55
:Author: Chris Warrick <[email protected]>
6-
:Date: 2017-07-06
7-
:Version: 4.2.13
6+
:Date: 2017-07-13
7+
:Version: 4.2.14
88

99
.. index: README
1010

README.rst

Lines changed: 2 additions & 2 deletions

docs/CHANGELOG.rst

Lines changed: 5 additions & 2 deletions

docs/LICENSE.rst

Lines changed: 2 additions & 2 deletions

docs/README.rst

Lines changed: 2 additions & 2 deletions

docs/aur.rst

Lines changed: 2 additions & 2 deletions

docs/build.rst

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)