summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTilo Brueckner2021-09-05 11:05:13 +0200
committerTilo Brueckner2021-09-05 11:05:13 +0200
commit044a6d45a85f7d80ef8199628697a31bef82298e (patch)
tree32c13d815e6eddc36d484b8a5ca861a809875e5f /PKGBUILD
parent5a7631e3959efe3636a8ebb79163081d16ee629b (diff)
downloadaur-rlottie-git.tar.gz
add lottie2gif to bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5601e2667b53..065394d2af74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=rlottie
pkgname=rlottie-git
-pkgver=r857.c0e16e5
+pkgver=r860.327fb7d
pkgrel=1
pkgdesc='A platform independent standalone library that plays Lottie Animation'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -37,6 +37,7 @@ package() {
cd "${_pkgname}/build"
make DESTDIR=${pkgdir} install || return 1
+ install -Dm755 example/lottie2gif "${pkgdir}/usr/bin/lottie2gif"
}
# vim:set ts=8 sts=2 sw=2 et: