[arch-commits] Commit in python-mpd2/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Jan 7 08:12:50 UTC 2021


    Date: Thursday, January 7, 2021 @ 08:12:48
  Author: alucryd
Revision: 811489

archrelease: copy trunk to community-any

Added:
  python-mpd2/repos/community-any/PKGBUILD
    (from rev 811488, python-mpd2/trunk/PKGBUILD)
Deleted:
  python-mpd2/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 08:12:42 UTC (rev 811488)
+++ PKGBUILD	2021-01-07 08:12:48 UTC (rev 811489)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jörg Thalheim <joerg at higgsboson.tk>
-# Contributor: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
-# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
-# Contributor: Wieland Hoffmann <the_mineo at web.de>
-# Contributor: stonecrest <stonecrest[at]gmail[dot]com>
-
-pkgname=python-mpd2
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Python library which provides a client interface for the Music Player Daemon'
-url=https://github.com/Mic92/python-mpd2
-license=(GPL3)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-arch=(any)
-_tag=295264af78a5c83f2b3c2f8793192f2b63a66f77
-source=(git+https://github.com/Mic92/python-mpd2.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd python-mpd2
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd python-mpd2
-
-  python setup.py build
-}
-
-package() {
-  cd python-mpd2
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-mpd2/repos/community-any/PKGBUILD (from rev 811488, python-mpd2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-07 08:12:48 UTC (rev 811489)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jörg Thalheim <joerg at higgsboson.tk>
+# Contributor: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
+# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Contributor: stonecrest <stonecrest[at]gmail[dot]com>
+
+pkgname=python-mpd2
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Python library which provides a client interface for the Music Player Daemon'
+url=https://github.com/Mic92/python-mpd2
+license=(GPL3)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+arch=(any)
+_tag=7b37f1b69b5d5265d542579e47d27f3727b94989
+source=(git+https://github.com/Mic92/python-mpd2.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd python-mpd2
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd python-mpd2
+
+  python setup.py build
+}
+
+package() {
+  cd python-mpd2
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list