summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Wolf2024-01-04 11:50:29 +0100
committerSebastian Wolf2024-01-04 11:50:29 +0100
commit639cb0aa3e4626dad3bb9c336763895b2ee3c9d9 (patch)
treefb50b9cad1aa4440e7a6f1abb9e9833261fd65c3 /PKGBUILD
parentb58623c3a081d885551f0c3da0c82ae9981159cb (diff)
downloadaur-yape.tar.gz
Update to v0.71.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}