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

Alexander Rødseth arodseth at archlinux.org
Fri Aug 2 12:04:24 UTC 2019


    Date: Friday, August 2, 2019 @ 12:04:24
  Author: arodseth
Revision: 497042

archrelease: copy trunk to community-x86_64

Added:
  libsidplayfp/repos/community-x86_64/PKGBUILD
    (from rev 497041, libsidplayfp/trunk/PKGBUILD)
Deleted:
  libsidplayfp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-02 12:04:19 UTC (rev 497041)
+++ PKGBUILD	2019-08-02 12:04:24 UTC (rev 497042)
@@ -1,31 +0,0 @@
-# Maintainer: 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=1.8.8
-pkgrel=2
-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=('d28b0c28ceea62627c137b4194e8bed866c8f2cec65bac97fde63639250a31e0')
-
-build() {
-	cd "$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-	install -d "$pkgdir/usr/share/sidplayfp"
-	ln -t "$pkgdir/usr/share/sidplayfp" -s /usr/lib/vice/C64/{kernal,basic,chargen}
-}
-
-# vim: ts=2 sw=2 et:

Copied: libsidplayfp/repos/community-x86_64/PKGBUILD (from rev 497041, libsidplayfp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-02 12:04:24 UTC (rev 497042)
@@ -0,0 +1,31 @@
+# Maintainer: 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.0.0
+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=('94a2d9f80e71ac1c8328e38ae675e0a0f3806a8ede80510ffa22e16b07045f51')
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+	install -d "$pkgdir/usr/share/sidplayfp"
+	ln -t "$pkgdir/usr/share/sidplayfp" -s /usr/lib/vice/C64/{kernal,basic,chargen}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list