summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 787108dd7150..760b2193f635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Infy <eugene.yudin@gmail.com>
pkgname=pcsxr-git
-pkgver=1.9.93.r1697.6484236c
+pkgver=1.9.94.r1697.6484236c
pkgrel=1
pkgdesc='A Sony PlayStation emulator based on the PCSX-df Project'
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ sha256sums=('SKIP')
pkgver() {
cd pcsxr
- echo "1.9.93.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ echo "1.9.94.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
prepare() {