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

Allan McRae allan at archlinux.org
Wed May 20 01:32:38 UTC 2020


    Date: Wednesday, May 20, 2020 @ 01:32:36
  Author: allan
Revision: 386974

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-20 01:32:21 UTC (rev 386973)
+++ PKGBUILD	2020-05-20 01:32:36 UTC (rev 386974)
@@ -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.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
-}

Copied: libgme/repos/extra-x86_64/PKGBUILD (from rev 386973, libgme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-20 01:32:36 UTC (rev 386974)
@@ -0,0 +1,29 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributer: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
+
+pkgname=libgme
+pkgver=0.6.3
+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")
+sha256sums=('aba34e53ef0ec6a34b58b84e28bf8cfbccee6585cebca25333604c35db3e051d')
+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