summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2020-03-27 20:46:31 +0100
committerMaxime Gauduin2020-03-27 20:46:31 +0100
commitb9a9d8c74e13b1fb08047869e404b32f269a9f7a (patch)
treea2c6ef43d3a2d202b291573002132899619e4087
parent0e576ce1d969109df3103058e9885e43d8a8e266 (diff)
downloadaur-b9a9d8c74e13b1fb08047869e404b32f269a9f7a.tar.gz
change rpcs3-git naming scheme
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a2cc15364cc..215225e53531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcs3-git
pkgdesc = A Sony PlayStation 3 emulator
- pkgver = 0.0.9.r255.2aac46efc
+ pkgver = r10051.d6258fce5
pkgrel = 1
url = https://github.com/RPCS3/rpcs3
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4d51864d6d32..d2661abc13ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=rpcs3-git
-pkgver=0.0.9.r255.2aac46efc
+pkgver=r10051.d6258fce5
pkgrel=1
pkgdesc='A Sony PlayStation 3 emulator'
arch=(x86_64)
@@ -76,7 +76,7 @@ sha256sums=(
pkgver() {
cd rpcs3
- echo "$(git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./')"
+ echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
prepare() {