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

Levente Polyak anthraxx at archlinux.org
Fri May 8 23:35:47 UTC 2020


    Date: Friday, May 8, 2020 @ 23:35:46
  Author: anthraxx
Revision: 625821

archrelease: copy trunk to community-any

Added:
  pulsemixer/repos/community-any/PKGBUILD
    (from rev 625820, pulsemixer/trunk/PKGBUILD)
Deleted:
  pulsemixer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 23:35:42 UTC (rev 625820)
+++ PKGBUILD	2020-05-08 23:35:46 UTC (rev 625821)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Alex Talker < alextalker at openmailbox dot org >
-
-pkgname=pulsemixer
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='CLI and curses mixer for pulseaudio'
-url='https://github.com/GeorgeFilipkin/pulsemixer'
-arch=('any')
-license=('MIT')
-depends=('python' 'pulseaudio')
-makedepends=('python-setuptools')
-source=(https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}/${pkgname}-${pkver}.tar.gz)
-sha256sums=('30716666dd2552b3c59c2ed320926bb162c74d2afc385336b7f796e1f0f69af5')
-sha512sums=('e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pulsemixer/repos/community-any/PKGBUILD (from rev 625820, pulsemixer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-08 23:35:46 UTC (rev 625821)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alex Talker < alextalker at openmailbox dot org >
+
+pkgname=pulsemixer
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='CLI and curses mixer for pulseaudio'
+url='https://github.com/GeorgeFilipkin/pulsemixer'
+arch=('any')
+license=('MIT')
+depends=('python' 'pulseaudio')
+makedepends=('python-setuptools')
+source=(https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c07b5e5fffa71ca60ed41e4c28a0f4ae5c8b5df9f269ea7376ed835b35536300f34504da724899bab5277f0c39a4c345654b99930ec8bdf4b43374d9b6d331be')
+b2sums=('4a20be7b6499501adc64f5ac33b30ad1ea9418190104fbf452e1ed2bd3585552033c042554948b78b41e6a48c22ac62a42f4117b0311300bda738f7556ef1dc3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list