summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaffaele Orabona2023-07-21 21:20:04 +0200
committerRaffaele Orabona2023-07-21 21:20:04 +0200
commita430ff94970c6f262ae8b8db5432ba9fd7121e81 (patch)
treee289c45e9f517fa94490509599611736b2e53695
parent3ef2295e266c2ae77a6872d55a7a9152ffb87058 (diff)
downloadaur-a430ff94970c6f262ae8b8db5432ba9fd7121e81.tar.gz
Fixed some minor details.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c108fd46b28..eeffcf5c8626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = godot-voxel
- pkgdesc = The Godot game engine with Zylann's voxel tools module
+ pkgdesc = The voxel tools module made by Zylann for the Godot game engine.
pkgver = 4.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://voxel-tools.readthedocs.io/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f76df0f42c94..6b46a7657590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=godot-voxel
pkgver=4.0.3
-pkgrel=2
-pkgdesc="The Godot game engine with Zylann's voxel tools module"
+pkgrel=3
+pkgdesc="The voxel tools module made by Zylann for the Godot game engine."
url="https://voxel-tools.readthedocs.io/"
license=('MIT')
arch=('x86_64')
@@ -37,7 +37,7 @@ package() {
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
install -Dm644 $srcdir/godot/icon.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg
install -D -m755 $srcdir/godot/bin/godot.linuxbsd.editor.x86_64 $pkgdir/usr/bin/$pkgname
- install -D -m644 ${srcdir}/godot/LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
- install -D -m644 ${srcdir}/godot/misc/dist/linux/godot.6 "${pkgdir}"/usr/share/man/man6/$pkgname.6
+ install -D -m644 $srcdir/godot/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -D -m644 $srcdir/godot/misc/dist/linux/godot.6 "$pkgdir"/usr/share/man/man6/$pkgname.6
}