summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2017-02-21 21:32:48 +0900
committerQue Quotion2017-02-21 21:32:48 +0900
commitc9e4dfb247fbed350cb06bba4f90c5b959e32139 (patch)
treeed5f2e912ad8707e8b7785aa045d5f30a9eca70e
parent09ead65de3960245899ea306da2e5e22989e3fd1 (diff)
downloadaur-c9e4dfb247fbed350cb06bba4f90c5b959e32139.tar.gz
packaging bump (profiling); reduce .gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore56
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 58 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd0a8ac8c753..eed498803e92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Feb 21 12:31:04 UTC 2017
pkgbase = higan-qq
pkgdesc = A Nintendo multi-system emulator with quequotion's customizations
pkgver = 094.8d4b3cfa
- pkgrel = 1
+ pkgrel = 2
url = http://byuu.org/higan/
install = higan.install
arch = i686
diff --git a/.gitignore b/.gitignore
index 4f928f410811..72e8ffc0db8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,55 +1 @@
-# Compiled source #
-###################
-*.com
-*.class
-*.dll
-*.exe
-*.o
-*.so
-
-# Packages #
-############
-# it's better to unpack these files and commit the raw source
-# git has its own built in compression methods
-*.7z
-*.dmg
-*.gz
-*.iso
-*.jar
-*.rar
-*.tar
-*.zip
-*.xz
-
-# Archlinux Packaging #
-#######################
-*.tar
-*.tar.*
-*.zip
-*.tgz
-*.log
-*.log.*
-*.sig
-pkg/
-src/
-
-# Logs and databases #
-######################
-*.log
-*.sql
-*.sqlite
-
-# OS generated files #
-######################
-.DS_Store
-.DS_Store?
-._*
-.Spotlight-V100
-.Trashes
-ehthumbs.db
-Thumbs.db
-*~
-
-# Particulars #
-###############
-higan/
+*
diff --git a/PKGBUILD b/PKGBUILD
index 017b12fd953f..37e3afc0ed98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=higan-qq
pkgname=('higan-qq' 'libananke')
pkgver=094.8d4b3cfa
-pkgrel=1
+pkgrel=2
pkgdesc="A Nintendo multi-system emulator with quequotion's customizations"
arch=('i686' 'x86_64')
url=http://byuu.org/higan/
@@ -66,7 +66,7 @@ build(){
make pgo=instrument compiler=g++ platform=linux target=higan profile=${_profile} name=higan-${_profile}
#
# Run all cores and SFC special chips (except the new (famicom variant) nSide systems (Playchoice 10, VS System))
- "${srcdir}/profilebatch" "out/higan-${_profile}" "/path/to/your/higan/library"
+ "${srcdir}/profilebatch" "out/higan-${_profile}" "/home/zombie/ROMS/higan/"
#
# Build with profile analysis
make clean