summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2018-08-17 22:03:16 +1200
committerVaporeon2018-08-17 22:03:16 +1200
commitc7cfc86e08dfd478bf395a11db693e5f9a85a305 (patch)
treebb0d5bc2554412d7260aa5061a9929ccf9301325
parentd0c8b2800f56d208223a4392f341cfa4e3786a2c (diff)
downloadaur-c7cfc86e08dfd478bf395a11db693e5f9a85a305.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
-rw-r--r--punes-git.install19
3 files changed, 6 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 836f279a422a..e0be43c6595c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Apr 13 23:49:26 UTC 2016
+# Fri Aug 17 10:03:10 UTC 2018
pkgbase = punes-git
pkgdesc = Nintendo Entertaiment System emulator
- pkgver = r734.d63ba71
+ pkgver = r966.a7bc1372
pkgrel = 1
url = http://forums.nesdev.com/viewtopic.php?t=6928
- install = punes-git.install
arch = i686
arch = x86_64
license = GPL2
- makedepends = autoconf-archive
depends = sdl
depends = qt5-base
+ depends = qt5-svg
depends = alsa-lib
depends = hicolor-icon-theme
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index a00f9f060907..f80720c4e19d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,14 @@
-# Maintainer: Vaporeon <vaporeon@tfwno.gf>
+# Maintainer: Vaporeon <vaporeon@vaporeon.io>
pkgname=punes-git
-pkgver=r734.d63ba71
+pkgver=r966.a7bc1372
pkgrel=1
pkgdesc="Nintendo Entertaiment System emulator"
arch=('i686' 'x86_64')
url="http://forums.nesdev.com/viewtopic.php?t=6928"
license=('GPL2')
-depends=('sdl' 'qt5-base' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'nvidia-cg-toolkit')
-makedepends=('autoconf-archive')
+depends=('sdl' 'qt5-base' 'qt5-svg' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'nvidia-cg-toolkit')
conflicts=('punes')
provides=('punes')
-install=$pkgname.install
source=("git+https://github.com/punesemu/puNES.git")
md5sums=('SKIP')
diff --git a/punes-git.install b/punes-git.install
deleted file mode 100644
index 716c0a0d4694..000000000000
--- a/punes-git.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_install() {
- update-mime-database /usr/share/mime 1> /dev/null
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- /bin/true
-}
-
-post_remove() {
- update-mime-database /usr/share/mime 1> /dev/null
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor
-}