Date: Tuesday, August 15, 2017 @ 16:44:30
  Author: arodseth
Revision: 251072

archrelease: copy trunk to community-x86_64, community-i686

Added:
  python-pymad/repos/community-i686/PKGBUILD
    (from rev 251071, python-pymad/trunk/PKGBUILD)
  python-pymad/repos/community-x86_64/PKGBUILD
    (from rev 251071, python-pymad/trunk/PKGBUILD)
Deleted:
  python-pymad/repos/community-i686/PKGBUILD
  python-pymad/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ---------------------
 community-x86_64/PKGBUILD |   28 ---------------------
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-08-15 16:44:12 UTC (rev 251071)
+++ community-i686/PKGBUILD     2017-08-15 16:44:30 UTC (rev 251072)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <[email protected]>
-# Contributor: Mark Rosenstand <[email protected]
-# Contributor: Corrado Primier <[email protected]>
-
-pkgname=python-pymad
-pkgver=0.9
-pkgrel=2
-pkgdesc='Python interface to libmad'
-arch=('x86_64' 'i686')
-url='https://github.com/jaqx0r/pymad'
-license=('LGPL')
-depends=('libmad' 'python')
-makedepends=('git')
-source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-  python config_unix.py --prefix=/usr
-}
-
-package() {
-  cd "$pkgname"
-  python setup.py install --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymad/repos/community-i686/PKGBUILD (from rev 251071, 
python-pymad/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-08-15 16:44:30 UTC (rev 251072)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Contributor: Mark Rosenstand <[email protected]
+# Contributor: Corrado Primier <[email protected]>
+
+pkgname=python-pymad
+pkgver=0.10
+pkgrel=1
+pkgdesc='Python interface to libmad'
+arch=('x86_64' 'i686')
+url='https://github.com/jaqx0r/pymad'
+license=('LGPL')
+depends=('libmad' 'python')
+makedepends=('git')
+source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/${pkgver/_/-}";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  python config_unix.py --prefix=/usr
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir"
+}
+
+# getver: github.com/jaqx0r/pymad/tags
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-08-15 16:44:12 UTC (rev 251071)
+++ community-x86_64/PKGBUILD   2017-08-15 16:44:30 UTC (rev 251072)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <[email protected]>
-# Contributor: Mark Rosenstand <[email protected]
-# Contributor: Corrado Primier <[email protected]>
-
-pkgname=python-pymad
-pkgver=0.9
-pkgrel=2
-pkgdesc='Python interface to libmad'
-arch=('x86_64' 'i686')
-url='https://github.com/jaqx0r/pymad'
-license=('LGPL')
-depends=('libmad' 'python')
-makedepends=('git')
-source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-  python config_unix.py --prefix=/usr
-}
-
-package() {
-  cd "$pkgname"
-  python setup.py install --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymad/repos/community-x86_64/PKGBUILD (from rev 251071, 
python-pymad/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-15 16:44:30 UTC (rev 251072)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Contributor: Mark Rosenstand <[email protected]
+# Contributor: Corrado Primier <[email protected]>
+
+pkgname=python-pymad
+pkgver=0.10
+pkgrel=1
+pkgdesc='Python interface to libmad'
+arch=('x86_64' 'i686')
+url='https://github.com/jaqx0r/pymad'
+license=('LGPL')
+depends=('libmad' 'python')
+makedepends=('git')
+source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/${pkgver/_/-}";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  python config_unix.py --prefix=/usr
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir"
+}
+
+# getver: github.com/jaqx0r/pymad/tags
+# vim: ts=2 sw=2 et:

Reply via email to