summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2017-11-06 10:54:16 +0100
committerbartus2017-11-06 10:54:16 +0100
commit4a3025d55120d7e4e9d74cec91cdc1e721919a31 (patch)
treef49233d8480a410db4815020676e6bb73beb657a /PKGBUILD
parentd36c2573191a9af9e9d13b928c48976f9a4bcb7f (diff)
downloadaur-4a3025d55120d7e4e9d74cec91cdc1e721919a31.tar.gz
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e0c7b7202fe..cef1335d6fe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bartus <aur@bartus.33mail.com>
pkgname=appleseed-git
#_fragment=
-pkgver=1.7.0.beta.r719.g7ebe81fc2
+pkgver=1.7.0.beta.r898.ga0b650356
pkgrel=1
pkgdesc="physically-based global illumination rendering engine primarily designed for animation and visual effects. "
arch=(i686 x86_64)
@@ -53,7 +53,7 @@ build() {
package() {
cd ${pkgname}/build
make DESTDIR="$pkgdir/" install
- install -D -m644 "../LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"h
+ install -D -m644 "../LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
# vim:set ts=2 sw=2 et: