summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2020-06-21 16:02:23 +0200
committerbartus2020-06-21 16:02:23 +0200
commit6851f9e6afa3bfee6b68d322b7afd328eebb3189 (patch)
tree40ec8f424832a07a846dd54082b1646af6d3edd2 /PKGBUILD
parente84d686eb10a84cdfcec64ffc1a32b19908756aa (diff)
downloadaur-6851f9e6afa3bfee6b68d322b7afd328eebb3189.tar.gz
Fix pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f62cabfecd61..048b10cab197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=appleseed
pkgrel=1
pkgver=2.1.0
_pkgver=${pkgver}-beta
-pkgdesc="physically-based global illumination rendering engine primarily designed for animation and visual effects. "
+pkgdesc="Physically-based global illumination rendering engine primarily designed for animation and visual effects."
arch=(x86_64)
url="https://appleseedhq.net"
license=('MIT')