Date: Friday, June 17, 2016 @ 13:01:58
  Author: svenstaro
Revision: 180365

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

Added:
  bam/repos/community-i686/PKGBUILD
    (from rev 180364, bam/trunk/PKGBUILD)
  bam/repos/community-x86_64/PKGBUILD
    (from rev 180364, bam/trunk/PKGBUILD)
Deleted:
  bam/repos/community-i686/PKGBUILD
  bam/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   44 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   22 ----------------------
 community-x86_64/PKGBUILD |   22 ----------------------
 3 files changed, 44 insertions(+), 44 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-06-17 13:01:44 UTC (rev 180364)
+++ community-i686/PKGBUILD     2016-06-17 13:01:58 UTC (rev 180365)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributors: Bmauet <[email protected]>
-pkgname=bam
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="A fast and flexible build system using Lua"
-arch=('i686' 'x86_64')
-url=http://github.com/matricks/bam
-license=('ZLIB')
-source=("https://github.com/downloads/matricks/bam/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2f8e8336b8884110e8a355b12c9fa58a')
-
-build() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-       sh make_unix.sh
-}
-
-package() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-       install -D -m755 bam ${pkgdir}/usr/bin/bam
-       install -D -m755 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: bam/repos/community-i686/PKGBUILD (from rev 180364, bam/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-06-17 13:01:58 UTC (rev 180365)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributors: Bmauet <[email protected]>
+pkgname=bam
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A fast and flexible build system using Lua"
+arch=('i686' 'x86_64')
+url=http://github.com/matricks/bam
+license=('ZLIB')
+source=("https://github.com/matricks/bam/archive/v${pkgver}.tar.gz";)
+md5sums=('08db8dfc32fb817947c39000092a55d4')
+
+build() {
+       cd ${srcdir}/${pkgname}-${pkgver}
+       sh make_unix.sh
+}
+
+package() {
+       cd ${srcdir}/${pkgname}-${pkgver}
+       install -Dm755 bam ${pkgdir}/usr/bin/bam
+       install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-06-17 13:01:44 UTC (rev 180364)
+++ community-x86_64/PKGBUILD   2016-06-17 13:01:58 UTC (rev 180365)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributors: Bmauet <[email protected]>
-pkgname=bam
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="A fast and flexible build system using Lua"
-arch=('i686' 'x86_64')
-url=http://github.com/matricks/bam
-license=('ZLIB')
-source=("https://github.com/downloads/matricks/bam/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2f8e8336b8884110e8a355b12c9fa58a')
-
-build() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-       sh make_unix.sh
-}
-
-package() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-       install -D -m755 bam ${pkgdir}/usr/bin/bam
-       install -D -m755 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: bam/repos/community-x86_64/PKGBUILD (from rev 180364, 
bam/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-17 13:01:58 UTC (rev 180365)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributors: Bmauet <[email protected]>
+pkgname=bam
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A fast and flexible build system using Lua"
+arch=('i686' 'x86_64')
+url=http://github.com/matricks/bam
+license=('ZLIB')
+source=("https://github.com/matricks/bam/archive/v${pkgver}.tar.gz";)
+md5sums=('08db8dfc32fb817947c39000092a55d4')
+
+build() {
+       cd ${srcdir}/${pkgname}-${pkgver}
+       sh make_unix.sh
+}
+
+package() {
+       cd ${srcdir}/${pkgname}-${pkgver}
+       install -Dm755 bam ${pkgdir}/usr/bin/bam
+       install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to