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

Antonio Rojas arojas at gemini.archlinux.org
Wed Sep 22 21:06:11 UTC 2021


    Date: Wednesday, September 22, 2021 @ 21:06:11
  Author: arojas
Revision: 424536

archrelease: copy trunk to extra-x86_64

Added:
  libsidplayfp/repos/extra-x86_64/PKGBUILD
    (from rev 424535, libsidplayfp/trunk/PKGBUILD)
Deleted:
  libsidplayfp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 21:06:02 UTC (rev 424535)
+++ PKGBUILD	2021-09-22 21:06:11 UTC (rev 424536)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Simon Perry <aur [at] sanxion [dot] net>
-# Contributor: Jonas Nyrén <jonas.nyren*mindkiller.com>
-
-pkgname=libsidplayfp
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
-url='https://github.com/libsidplayfp/libsidplayfp'
-arch=(x86_64)
-license=(GPL)
-makedepends=(vice xa)
-optdepends=('vice: better SID support')
-source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('b822cd2af3dc47480b7abe3a14d4daadbff65a9b7f046b3b8e633bff487a117a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
-  install -d "$pkgdir/usr/share/sidplayfp"
-  ln -t "$pkgdir/usr/share/sidplayfp" -s /usr/lib/vice/C64/{kernal,basic,chargen}
-}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 424535, libsidplayfp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-22 21:06:11 UTC (rev 424536)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Simon Perry <aur [at] sanxion [dot] net>
+# Contributor: Jonas Nyrén <jonas.nyren*mindkiller.com>
+
+pkgname=libsidplayfp
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
+url='https://github.com/libsidplayfp/libsidplayfp'
+arch=(x86_64)
+license=(GPL)
+makedepends=(vice xa)
+optdepends=('vice: better SID support')
+source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('30b91b2b9a3a644533c8e4e926724efb8b4cf06aded1fcec4c68aa21159b8673')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+  install -d "$pkgdir/usr/share/sidplayfp"
+  ln -t "$pkgdir/usr/share/sidplayfp" -s /usr/share/vice/C64/{kernal,basic,chargen}
+}



More information about the arch-commits mailing list