[arch-commits] Commit in asoundconf (3 files)

Alad Wenter alad at archlinux.org
Tue Aug 6 10:58:17 UTC 2019


    Date: Tuesday, August 6, 2019 @ 10:58:16
  Author: alad
Revision: 497693

archrelease: copy trunk to community-any

Added:
  asoundconf/repos/
  asoundconf/repos/community-any/
  asoundconf/repos/community-any/PKGBUILD
    (from rev 497692, asoundconf/trunk/PKGBUILD)

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: asoundconf/repos/community-any/PKGBUILD (from rev 497692, asoundconf/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2019-08-06 10:58:16 UTC (rev 497693)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=asoundconf
+pkgver=1.2
+_pkgver=01a1f5320b0a
+pkgrel=1
+epoch=1
+pkgdesc="Get and set configuration parameters in ~/.asoundrc.asoundconf"
+arch=('any')
+url="https://bitbucket.org/stativ/asoundconf"
+license=('GPL')
+depends=('python2')
+optdepends=('pygtk: asoundconf-gtk GUI')
+source=($pkgname-${pkgver}.tar.gz::https://bitbucket.org/stativ/asoundconf/get/${pkgver}.tar.gz)
+md5sums=('aa12135497217f248e70c6aee286f453')
+
+package() {
+  cd "$srcdir/stativ-$pkgname-$_pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list