summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Dodman2021-10-27 18:24:29 +0100
committerAdam Dodman2021-10-27 18:24:29 +0100
commit2456ef625f6399badd6a2cc9c1692f0d82e36edf (patch)
tree201f52856332493c780ae0b282d7e9dd70c4095d /PKGBUILD
parent080604fe98d4d31acbd9b42ad277392e08d5338f (diff)
downloadaur-2456ef625f6399badd6a2cc9c1692f0d82e36edf.tar.gz
Remove package ver from tag as it no longer accurately represents version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df34f83a3a26..e0fbdab642bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,11 +21,6 @@ source=("git+https://github.com/Lucki/GameHub.git#branch=epic" 0001-New-Steam-li
sha256sums=('SKIP'
'2a73ea08c0d1cce0887c040d4c784a9a806cc4344e8881b818243aee7bd432d0')
-pkgver() {
- cd "GameHub"
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
prepare() {
cd "GameHub"
patch --forward --strip=1 --input="${srcdir}/0001-New-Steam-libraryfolders-format.patch"