[arch-commits] Commit in pcsx2/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Sun Nov 14 08:25:59 UTC 2021
Date: Sunday, November 14, 2021 @ 08:25:58
Author: alucryd
Revision: 1047332
upgpkg: pcsx2 1.7.2040-1
Modified:
pcsx2/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-14 08:10:45 UTC (rev 1047331)
+++ PKGBUILD 2021-11-14 08:25:58 UTC (rev 1047332)
@@ -3,7 +3,7 @@
# Contributor: vEX <vex at niechift.com>
pkgname=pcsx2
-pkgver=1.7.2035
+pkgver=1.7.2040
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -49,9 +49,9 @@
ninja
png++
)
-_commit=cf64a2bc8e43a271f386b19778780cf210b2f8fc
+_tag=08b1b350db94e76b098e22f2074354c612e838f0
source=(
- git+https://github.com/PCSX2/pcsx2.git#commit=${_commit}
+ git+https://github.com/PCSX2/pcsx2.git#tag=${_tag}
git+https://github.com/rtissera/libchdr.git
git+https://github.com/jbeder/yaml-cpp.git
)
@@ -73,7 +73,7 @@
pkgver() {
cd pcsx2
- git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
+ git describe --tags | sed 's/^v//'
}
build() {
More information about the arch-commits
mailing list