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

Antonio Rojas arojas at archlinux.org
Tue May 4 17:56:45 UTC 2021


    Date: Tuesday, May 4, 2021 @ 17:56:45
  Author: arojas
Revision: 414376

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-04 17:56:35 UTC (rev 414375)
+++ PKGBUILD	2021-05-04 17:56:45 UTC (rev 414376)
@@ -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.1.1
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
-url='https://sourceforge.net/projects/sidplay-residfp/'
-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=('3793b61eeaf95a4a43334548b3b29292e83c53664d937e50a8877c35098b9d39')
-
-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 414375, libsidplayfp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-04 17:56:45 UTC (rev 414376)
@@ -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.1.2
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
+url='https://sourceforge.net/projects/sidplay-residfp/'
+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=('1bbc43cb7035ac8bf0d0a4ea4c9aa8c6b7ab74bb67ec440e2e4c0a1867b12fcb')
+
+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}
+}



More information about the arch-commits mailing list