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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Wed Jul 13 00:28:36 UTC 2022


    Date: Wednesday, July 13, 2022 @ 00:28:35
  Author: svenstaro
Revision: 451029

archrelease: copy trunk to extra-x86_64

Added:
  sdl2_mixer/repos/extra-x86_64/PKGBUILD
    (from rev 451028, sdl2_mixer/trunk/PKGBUILD)
  sdl2_mixer/repos/extra-x86_64/keys/
Deleted:
  sdl2_mixer/repos/extra-x86_64/PKGBUILD
  sdl2_mixer/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-13 00:28:26 UTC (rev 451028)
+++ PKGBUILD	2022-07-13 00:28:35 UTC (rev 451029)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-pkgname=sdl2_mixer
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="A simple multi-channel audio mixer (Version 2)"
-arch=('x86_64')
-url="https://github.com/libsdl-org/SDL_mixer"
-license=('MIT')
-depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac' 'opusfile')
-makedepends=('fluidsynth')
-optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-source=("https://github.com/libsdl-org/SDL_mixer/releases/download/release-${pkgver}/SDL2_mixer-${pkgver}.tar.gz"{,.sig})
-sha512sums=('b7b07f1a0646566edae76815fbb1e1192ef48335f0ac6a4fdfcd778f702e9d8f7ccfbd17983d958256e15f225430706677919c9d9cb94f42793c15da683c73f6'
-            'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-build() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sdl2_mixer/repos/extra-x86_64/PKGBUILD (from rev 451028, sdl2_mixer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-13 00:28:35 UTC (rev 451029)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+pkgname=sdl2_mixer
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="A simple multi-channel audio mixer (Version 2)"
+arch=('x86_64')
+url="https://github.com/libsdl-org/SDL_mixer"
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac' 'opusfile')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+source=("https://github.com/libsdl-org/SDL_mixer/releases/download/release-${pkgver}/SDL2_mixer-${pkgver}.tar.gz"{,.sig})
+sha512sums=('2e8ce354d2b87b3f7a44f4103f4e23f519e51ed8788c4032ef8af4f01c9cbe6366b2ae935e1f5ba334d212f8db07c2909e6923d622d8a3443f35c9c8fbf155cc'
+            'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+build() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list