summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeko-san2022-11-21 18:05:54 -0600
committerNeko-san2022-11-21 18:05:54 -0600
commit1f6c04fefa7d6a48be5eed5d1c8dfcee5c0a2140 (patch)
treea836cfa30a207ab957de4b06c72856d2dda59c77 /PKGBUILD
parent6759d4f9a8991651a4d93668be3316302bbcdcab (diff)
downloadaur-1f6c04fefa7d6a48be5eed5d1c8dfcee5c0a2140.tar.gz
Bump pkgrel to 16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6332121e4b16..8f0a52ecbcaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want additional options, there are switches below.
pkgname=unreal-engine
pkgver=5.1.0
-pkgrel=15
+pkgrel=16
pkgdesc='A 3D game engine by Epic Games which can be used non-commercially for free.'
arch=('x86_64' 'x86_64_v2' 'x86_64_v3' 'x86_64_v4' 'aarch64')
url=https://www.unrealengine.com/
@@ -209,7 +209,7 @@ package() {
fi
else
mkdir -p "${pkgdir}/${_install_dir}/${object}"
- mv "${object}"/* "${pkgdir}/${_install_dir}/${pkgname}/${object}"
+ mv "${srcdir}/${pkgname}/${object}"/* "${pkgdir}/${_install_dir}/${object}"
fi
fi
done