summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKagamma2021-09-22 08:38:27 +0700
committerKagamma2021-09-22 08:38:27 +0700
commit8f5f42b89ed974f201ff2b6890ed18ae00744ff7 (patch)
tree8c4d507debc9b5e50bf2f020bca5af0f657b5e6f
parente61906afb1402a26a534ab7a20f3725e35acb9d1 (diff)
downloadaur-8f5f42b89ed974f201ff2b6890ed18ae00744ff7.tar.gz
Update description. mv instead of cp castle-engine /usr/src
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fe5240be8a..2d8a8c52895a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = castle-engine-git
- pkgdesc = Cross-platform 3D and 2D game engine using modern Object Pascal
+ pkgdesc = Cross-platform (desktop, mobile, console) 3D and 2D game engine using modern Object Pascal
pkgver = v7.0.alpha.1.r16494.f39aec48a
pkgrel = 1
url = https://castle-engine.io/
diff --git a/PKGBUILD b/PKGBUILD
index 3249cdc6d0dc..b39d99e4a65e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=castle-engine-git
pkgver=v7.0.alpha.1.r16494.f39aec48a
pkgrel=1
epoch=
-pkgdesc="Cross-platform 3D and 2D game engine using modern Object Pascal"
+pkgdesc="Cross-platform (desktop, mobile, console) 3D and 2D game engine using modern Object Pascal"
arch=(x86_64)
url="https://castle-engine.io/"
license=('LGPL with static linking exception')
@@ -67,9 +67,7 @@ Keywords=editor;pascal;fpc;design;castle;engine;' > castle-editor.desktop
rm -f castle-editor.desktop
rm -rf .git
# Install the rest to /usr/src
- mkdir -p ${pkgdir}/usr/src/castle-engine
- cp -rf * ${pkgdir}/usr/src/castle-engine
- # Cleanup temporary source
+ mkdir -p ${pkgdir}/usr/src
cd ..
- rm -rf castle-engine
+ mv castle-engine ${pkgdir}/usr/src/castle-engine
}