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

Maxime Gauduin alucryd at archlinux.org
Sat Jul 23 07:37:15 UTC 2016


    Date: Saturday, July 23, 2016 @ 07:37:15
  Author: alucryd
Revision: 183766

upgpkg: higan 100-1

Modified:
  higan/trunk/PKGBUILD
  higan/trunk/higan.install

---------------+
 PKGBUILD      |    6 +++---
 higan.install |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-23 07:29:35 UTC (rev 183765)
+++ PKGBUILD	2016-07-23 07:37:15 UTC (rev 183766)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=higan
-pkgver=099
+pkgver=100
 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=('1c62f2f1ec98da9d098c2df5c8b539a192b5a70eff0896c3e27d541fb4d28e86'
+sha256sums=('375ff95adac3befff7ca6fc75cca692c033ba7eb136d42c2ca4b78b37b03e2de'
             '6ee3489a3cf3e8d09beaa5c1f809824593aa08b61dc9a8c9ddc12a09c89ae6cb')
 
 prepare() {
@@ -42,7 +42,7 @@
   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/profile/* higan/data/cheats.bml "${pkgdir}"/usr/share/higan/
+  cp -dr --no-preserve='ownership' higan/systems/* higan/data/cheats.bml "${pkgdir}"/usr/share/higan/
 }
 
 # vim: ts=2 sw=2 et:

Modified: higan.install
===================================================================
--- higan.install	2016-07-23 07:29:35 UTC (rev 183765)
+++ higan.install	2016-07-23 07:37:15 UTC (rev 183766)
@@ -1,8 +1,8 @@
 post_install() {
-echo "higan needs the system files located in /usr/share/higan to be copied inside
-your ~/Emulation directory. This is done automatically by the launcher script
-if you're using the default directory, otherwise make sure you copy them
-manually."
+cat << EOF
+higan needs the system files located in /usr/share/higan to be present inside
+your ~/Emulation directory, please copy them over before using the emulator.
+EOF
 }
 
 post_upgrade() {



More information about the arch-commits mailing list