Skip to content

Commit

Permalink
mpd 0.21.8
Browse files Browse the repository at this point in the history
pytz packages 2019.1
setuptools packages 41.0.1
python3-urllib3 1.25
  • Loading branch information
demmm committed Apr 23, 2019
1 parent 6e50ed4 commit 254eb38
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions mpd/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=mpd
pkgver=0.21.7
pkgver=0.21.8
_pkgver=0.21
pkgrel=1
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
Expand All @@ -17,7 +17,7 @@ backup=('etc/mpd.conf')
source=("https://www.musicpd.org/download/mpd/${_pkgver}/mpd-${pkgver}.tar.xz"
'tmpfiles.d'
'conf')
md5sums=('36949edba246faa723fbc8caed0bfa32'
md5sums=('34f7e898123321c674fbd25f8e8721e5'
'e5cdccd201610a41e957d684ebc38985'
'ca16fc9ce20ca382b620cd366c95647e')

Expand Down
4 changes: 2 additions & 2 deletions python2-pytz/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

pkgname=python2-pytz
pkgver=2018.9
pkgver=2019.1
pkgrel=1
arch=('x86_64')
pkgdesc="Cross platform time zone library for Python"
url="http://pypi.python.org/pypi/pytz"
license=("MIT")
depends=('python2')
source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz")
md5sums=('0f57d76c64d0965e7429c9b871f6b711')
md5sums=('8b2860a161bfb0a6165798b1a2d8c40c')

check() {
cd pytz-${pkgver}/pytz/tests
Expand Down
4 changes: 2 additions & 2 deletions python2-setuptools/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=python2-setuptools
pkgver=41.0.0
pkgver=41.0.1
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ provides=('python2-distribute' 'setuptools')
replaces=('python2-distribute' 'setuptools')
conflicts=('python2-distribute')
source=("https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz")
md5sums=('2513fd8786d3914012e848b8222b5e50')
md5sums=('5493fb91984e98102b095e0df2490560')

build() {
cd setuptools-${pkgver}
Expand Down
6 changes: 3 additions & 3 deletions python3-pytz/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

pkgname=python3-pytz
pkgver=2018.9
pkgrel=2
pkgver=2019.1
pkgrel=1
arch=('x86_64')
pkgdesc="Cross platform time zone library for Python"
url="https://pypi.python.org/pypi/pytz"
license=("MIT")
depends=('python3')
source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz")
md5sums=('0f57d76c64d0965e7429c9b871f6b711')
md5sums=('8b2860a161bfb0a6165798b1a2d8c40c')

check() {
cd pytz-${pkgver}/pytz/tests
Expand Down
4 changes: 2 additions & 2 deletions python3-setuptools/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=python3-setuptools
pkgver=41.0.0
pkgver=41.0.1
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python3 packages"
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ url="http://pypi.python.org/pypi/setuptools"
depends=('python3-appdirs' 'python3-packaging')
makedepends=('asciidoc' 'python3-pip')
source=("https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz")
md5sums=('2513fd8786d3914012e848b8222b5e50')
md5sums=('5493fb91984e98102b095e0df2490560')

build() {
cd setuptools-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions python3-urllib3/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=python3-urllib3
pkgver=1.24.2
pkgver=1.25
pkgrel=1
pkgdesc="Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more."
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ url="https://urllib3.readthedocs.io/en/latest/"
depends=('python3')
makedepends=('python3-setuptools')
source=("https://github.com/shazow/urllib3/archive/${pkgver}.tar.gz")
md5sums=('895d22e20dd729e1b85ab6a81ca7c2b3')
md5sums=('8aed4642a799edc44f938791f2536d24')

build() {
cd urllib3-${pkgver}
Expand Down

0 comments on commit 254eb38

Please sign in to comment.