summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Timofeev2022-05-09 16:34:55 +0300
committerBoris Timofeev2022-05-09 16:34:55 +0300
commitf3e0773d6626d1db447ec1de821cc318534c10cd (patch)
tree93dbfabf6d7db887ef74987669ca653521b90d0f
parentd196cd5296794ae146ba5f24efae9a07b2ac9988 (diff)
downloadaur-punes.tar.gz
0.109
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fbcd30ce114..86219cc68f8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = punes
pkgdesc = Nintendo Entertaiment System emulator
- pkgver = 0.108
+ pkgver = 0.109
pkgrel = 1
url = https://github.com/punesemu/puNES
install = punes.install
@@ -21,9 +21,7 @@ pkgbase = punes
provides = punes
conflicts = punes-git
options = !buildflags
- source = https://github.com/punesemu/puNES/archive/v0.108.tar.gz
- source = punes-0.108-Fixed-make-install.patch
- md5sums = 1845c9106b619883a84d9089ac917ed7
- md5sums = 24c9169a69413dca7cd35d3c655297ad
+ source = https://github.com/punesemu/puNES/archive/v0.109.tar.gz
+ md5sums = 1dad44051a40790a03063d6ae6a4e5ed
pkgname = punes
diff --git a/PKGBUILD b/PKGBUILD
index 41aa85f2aa49..ed92c470a7b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Boris Timofeev <mashin87@gmail.com>
# Maintainer: Fabio Cavallo (FHorse) <punes.development@gmail.com>
pkgname=punes
-pkgver=0.108
+pkgver=0.109
pkgrel=1
epoch=
pkgdesc="Nintendo Entertaiment System emulator"
@@ -20,10 +20,8 @@ backup=()
options=()
install=$pkgname.install
changelog=
-source=("https://github.com/punesemu/puNES/archive/v$pkgver.tar.gz"
- "punes-0.108-Fixed-make-install.patch")
-md5sums=('1845c9106b619883a84d9089ac917ed7'
- '24c9169a69413dca7cd35d3c655297ad')
+source=("https://github.com/punesemu/puNES/archive/v$pkgver.tar.gz")
+md5sums=('1dad44051a40790a03063d6ae6a4e5ed')
noextract=()
#breaks internal lib7zip
@@ -31,7 +29,6 @@ options=('!buildflags')
prepare() {
cd "$srcdir/puNES-$pkgver"
- patch -Np1 -i ../punes-0.108-Fixed-make-install.patch
sed -e 's:^\tupdate-desktop-database.*$:\ttrue:' -i 'misc/Makefile.am'
}