summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2021-04-12 17:33:54 +0000
committerDaniel Bermond2021-04-12 17:33:54 +0000
commit7a92d845f2aa16e29f4b5d0f870b4df97509d56f (patch)
treeb37e65ab11e53f332554857e220f4dffb58898a7 /PKGBUILD
parentb815347ae51758396db0a8675ad1ff1fb3012173 (diff)
downloadaur-7a92d845f2aa16e29f4b5d0f870b4df97509d56f.tar.gz
Cosmetic changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb5e10ed941d..e70f57ee2798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=('p7zip: for 7z/zip support')
makedepends=('git' 'cmake' 'nasm' 'python' 'zip' 'icoutils')
provides=('mupen64plus-gui' 'mupen64plus-video-gliden64')
conflicts=('mupen64plus-gui' 'mupen64plus-video-gliden64' 'mupen64plus')
-_tag="v$(printf '%s' "$pkgver" | sed -E 's/^([0-9]{4})([0-9])([0-9])/\1.\3./')"
+_tag="v$(sed -E 's/^([0-9]{4})([0-9])([0-9])/\1.\3./' <<< "$pkgver")"
source=("git+https://github.com/loganmc10/m64p.git#tag=${_tag}"
'010-m64p-remove-build-jobs-limitation.patch'
'020-m64p-enable-optimizations.patch'