summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Timofeev2019-07-23 10:16:43 +0300
committerBoris Timofeev2019-07-23 10:16:43 +0300
commit59afec1f69ab0b7a816354c24d823a53beeda6ec (patch)
tree72904f75abe29f63b039405154949887622a8993
parent4389bc46f4b801271622e0d1f3347a129b45bfe1 (diff)
downloadaur-59afec1f69ab0b7a816354c24d823a53beeda6ec.tar.gz
update to v0.104
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af3828dce4f2..dd0e67461682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = punes
pkgdesc = Nintendo Entertaiment System emulator
- pkgver = 0.102
+ pkgver = 0.104
pkgrel = 1
url = https://github.com/punesemu/puNES
install = punes.install
arch = i686
arch = x86_64
license = GPL2
- depends = sdl
- depends = qt5-base
+ depends = qt5-svg
depends = alsa-lib
depends = hicolor-icon-theme
depends = desktop-file-utils
depends = nvidia-cg-toolkit
- source = https://github.com/punesemu/puNES/archive/v0.102.tar.gz
- md5sums = 7af307c5447f7e86d0b03cbc37f434ff
+ source = https://github.com/punesemu/puNES/archive/v0.104.tar.gz
+ md5sums = 28fc9bf4d13111c3e469da0753d50e3e
pkgname = punes
diff --git a/PKGBUILD b/PKGBUILD
index 0126251ec617..f56b991fa02e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Boris Timofeev <mashin87@gmail.com>
pkgname=punes
-pkgver=0.102
+pkgver=0.104
pkgrel=1
epoch=
pkgdesc="Nintendo Entertaiment System emulator"
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/punesemu/puNES"
license=('GPL2')
groups=()
-depends=('sdl' 'qt5-base' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'nvidia-cg-toolkit')
+depends=('qt5-svg' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'nvidia-cg-toolkit')
makedepends=()
checkdepends=()
optdepends=()
@@ -20,14 +20,14 @@ options=()
install=$pkgname.install
changelog=
source=("https://github.com/punesemu/puNES/archive/v$pkgver.tar.gz")
+md5sums=('28fc9bf4d13111c3e469da0753d50e3e')
noextract=()
-md5sums=('7af307c5447f7e86d0b03cbc37f434ff')
build() {
cd "$srcdir/puNES-$pkgver"
./autogen.sh
- ./configure --enable-qt5 --prefix=/usr
+ ./configure --prefix=/usr
make
}