[arch-commits] Commit in libsidplayfp/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Sep 9 09:19:50 UTC 2019


    Date: Monday, September 9, 2019 @ 09:19:50
  Author: arodseth
Revision: 509085

upgpkg: libsidplayfp 2.0.1-1

Modified:
  libsidplayfp/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-09 08:21:48 UTC (rev 509084)
+++ PKGBUILD	2019-09-09 09:19:50 UTC (rev 509085)
@@ -4,9 +4,9 @@
 # Contributor: Jonas Nyrén <jonas.nyren*mindkiller.com>
 
 pkgname=libsidplayfp
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
 url='https://sourceforge.net/projects/sidplay-residfp/'
 arch=(x86_64)
 license=(GPL)
@@ -13,19 +13,19 @@
 makedepends=(vice xa)
 optdepends=('vice: better SID support')
 source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('94a2d9f80e71ac1c8328e38ae675e0a0f3806a8ede80510ffa22e16b07045f51')
+sha256sums=('7655218ce256694a3b14eeba939d4f2b61bbe0d6a94ebe4ad185b85b13b6989b')
 
 build() {
-	cd "$pkgname-$pkgver"
+	cd $pkgname-$pkgver
 	./configure --prefix=/usr
 	make
 }
 
 package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
+	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}
 }
 
+# getver: sf.net/p/sidplay-residfp/code
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list