summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-06-24 11:00:39 +0200
committerFrederic Bezies2023-06-24 11:00:39 +0200
commit9285194a25ef0c8cb0de1bb21489007b58141bd9 (patch)
tree2696f88c6b6673d10be6a5c733a54d3b5617c6e2
parent032db57405836d15fab0163c02c43ea307381799 (diff)
downloadaur-9285194a25ef0c8cb0de1bb21489007b58141bd9.tar.gz
fixing commit until a new tag is provided upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ecdc8c012d2..469a6134ebed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zesarux-git
pkgdesc = A Zx80/Zx81/Z88, Zx Spectrum 16/48/128/+2/+2A and ZX-Uno emulator with ULAPlus support. Development version.
- pkgver = 10.3.r19.g3a5ffbb
+ pkgver = 10.3.r173.gef5e6d1
pkgrel = 1
url = https://github.com/chernandezba/zesarux
install = zesarux.install
@@ -15,7 +15,7 @@ pkgbase = zesarux-git
optdepends = openssl: for enable SSL functions
optdepends = sdl: for support sdl video and audio output
conflicts = zesarux
- source = zesarux-code::git+https://github.com/chernandezba/zesarux.git
+ source = zesarux-code::git+https://github.com/chernandezba/zesarux.git#commit=ef5e6d1
source = zesarux.desktop
source = zesarux.png
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 04caf1467090..2107c080c213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alfonso Saavedra "Son Link" <sonlink.dourden@gmail.com>
pkgname=zesarux-git
-pkgver=10.3.r19.g3a5ffbb
+pkgver=10.3.r173.gef5e6d1
_ver=10.10
pkgrel=1
pkgdesc="A Zx80/Zx81/Z88, Zx Spectrum 16/48/128/+2/+2A and ZX-Uno emulator with ULAPlus support. Development version."
@@ -14,7 +14,7 @@ depends=('libxxf86vm' 'aalib' 'libcaca' 'alsa-lib')
optdepends=('libpulse: for support Pulseaudio'
'openssl: for enable SSL functions'
'sdl: for support sdl video and audio output')
-source=('zesarux-code::git+https://github.com/chernandezba/zesarux.git'
+source=('zesarux-code::git+https://github.com/chernandezba/zesarux.git#commit=ef5e6d1'
zesarux.desktop
zesarux.png)
install="zesarux.install"