[arch-commits] Commit in libgme/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Apr 19 21:27:12 UTC 2018


    Date: Thursday, April 19, 2018 @ 21:27:12
  Author: jgc
Revision: 322467

archrelease: copy trunk to extra-x86_64

Added:
  libgme/repos/extra-x86_64/PKGBUILD
    (from rev 322466, libgme/trunk/PKGBUILD)
Deleted:
  libgme/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-19 21:27:07 UTC (rev 322466)
+++ PKGBUILD	2018-04-19 21:27:12 UTC (rev 322467)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributer: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
-
-pkgname=libgme
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Video game music file emulation/playback library"
-url="https://bitbucket.org/mpyne/game-music-emu"
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=("https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.1.tar.bz2"{,.asc})
-md5sums=('d399f4a00aece2813e777dface2b6aab'
-         'SKIP')
-validpgpkeys=(5406ECE83665DA9D201D35720BAF0C9C7B6AE9F2) # Michael Pyne <mpyne at kde.org>
-
-build() {
-  cd game-music-emu-${pkgver}
-  mkdir build
-  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd game-music-emu-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgme/repos/extra-x86_64/PKGBUILD (from rev 322466, libgme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-19 21:27:12 UTC (rev 322467)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributer: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
+
+pkgname=libgme
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Video game music file emulation/playback library"
+url="https://bitbucket.org/mpyne/game-music-emu"
+license=('LGPL')
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=("https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-$pkgver.tar.xz"{,.asc})
+sha256sums=('5046cb471d422dbe948b5f5dd4e5552aaef52a0899c4b2688e5a68a556af7342'
+            'SKIP')
+validpgpkeys=(5406ECE83665DA9D201D35720BAF0C9C7B6AE9F2) # Michael Pyne <mpyne at kde.org>
+
+build() {
+  cd game-music-emu-${pkgver}
+  mkdir build
+  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd game-music-emu-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list