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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 16:39:10 UTC 2019


    Date: Thursday, October 31, 2019 @ 16:39:09
  Author: foutrelis
Revision: 521113

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 16:39:05 UTC (rev 521112)
+++ PKGBUILD	2019-10-31 16:39:09 UTC (rev 521113)
@@ -1,35 +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=1.0.0
-pkgrel=4
-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)
-source=(git+https://github.com/Mic92/python-mpd2.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-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-staging-any/PKGBUILD (from rev 521112, python-mpd2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 16:39:09 UTC (rev 521113)
@@ -0,0 +1,35 @@
+# 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=1.0.0
+pkgrel=5
+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)
+source=(git+https://github.com/Mic92/python-mpd2.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+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