summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b03684d1860..712e4942b38e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
-# Generated by mksrcinfo v8
-# Thu Mar 22 08:16:36 UTC 2018
pkgbase = yape
pkgdesc = Multiplatform Commodore 64 and 264 family emulator written in C++ using SDL2
- pkgver = 0.70.2
+ pkgver = 0.71.2
pkgrel = 2
url = https://github.com/calmopyrin/yapesdl
arch = i686
arch = x86_64
license = GPL
depends = sdl2
- source = https://github.com/calmopyrin/yapesdl/archive/v0.70.2.tar.gz
- sha256sums = daecce901b6465c55889094f67f0b4147a95008305f159a32302689fdcad69a6
+ source = https://github.com/calmopyrin/yapesdl/archive/v0.71.2.tar.gz
+ sha256sums = cf9ec048503ece60b6bf31c761923369343d2490470f687a8c6f9a28df94885c
pkgname = yape
-
diff --git a/PKGBUILD b/PKGBUILD
index 21073f74621c..043c765b43ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Sebastian Wolf <fatmike303 at googlemail dot com>
pkgname=yape
_pkgname=yapesdl
-pkgver=0.70.2
+pkgver=0.71.2
pkgrel=2
pkgdesc="Multiplatform Commodore 64 and 264 family emulator written in C++ using SDL2"
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ url=https://github.com/calmopyrin/yapesdl
license=(GPL)
depends=(sdl2)
source=(https://github.com/calmopyrin/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=(daecce901b6465c55889094f67f0b4147a95008305f159a32302689fdcad69a6)
+sha256sums=(cf9ec048503ece60b6bf31c761923369343d2490470f687a8c6f9a28df94885c)
build() {
cd ${srcdir}/${_pkgname}-${pkgver}