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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 27 20:51:20 UTC 2017


    Date: Tuesday, June 27, 2017 @ 20:51:19
  Author: alucryd
Revision: 241293

upgpkg: higan 103-1

Modified:
  higan/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-27 19:54:16 UTC (rev 241292)
+++ PKGBUILD	2017-06-27 20:51:19 UTC (rev 241293)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=higan
-pkgver=102
+pkgver=103
 pkgrel=1
 pkgdesc='Nintendo multi-system emulator'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 install='higan.install'
 source=("http://download.byuu.org/higan_v${pkgver}-source.7z"
         'higan-flags.patch')
-sha256sums=('52dadcf2ec5cfab0952e2948cc8acb4883b3996458bce4ecb3995830bb1699f1'
+sha256sums=('e63a6ab6a4131f9a05382c0c8c67d226aeaec2ec51f139260c87fa1f5e994276'
             '6ee3489a3cf3e8d09beaa5c1f809824593aa08b61dc9a8c9ddc12a09c89ae6cb')
 
 prepare() {
@@ -37,12 +37,11 @@
 package() {
   cd higan_v${pkgver}-source
 
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
-  install -m 755 icarus/out/icarus "${pkgdir}"/usr/bin/
-  install -m 755 higan/out/higan "${pkgdir}"/usr/bin/
-  install -m 644 higan/data/higan.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 higan/data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' higan/systems/* higan/data/cheats.bml "${pkgdir}"/usr/share/higan/
+  install -Dm 755 icarus/out/icarus -t "${pkgdir}"/usr/bin/
+  install -Dm 755 higan/out/higan -t "${pkgdir}"/usr/bin/
+  install -Dm 644 higan/data/higan.desktop -t "${pkgdir}"/usr/share/applications/
+  install -Dm 644 higan/data/higan.png -t "${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' higan/systems "${pkgdir}"/usr/share/higan
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list