summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Fedin2020-01-04 07:37:07 +0400
committerIlya Fedin2020-01-04 07:37:07 +0400
commitbb70638b45f912fe4e8ef30a993cb67e25dc1ca8 (patch)
treeb9fcd9c54aff05fad75d21f6e77fc6c06115b064
parent3999a2c8476dfc454478c0e092e75fae121fec37 (diff)
downloadaur-bb70638b45f912fe4e8ef30a993cb67e25dc1ca8.tar.gz
Fix install command
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5862cd2f5bed..54517beba909 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rlottie-tdesktop
pkgdesc = A platform independent standalone library that plays Lottie Animation (tdesktop fork)
pkgver = 0.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/desktop-app/rlottie
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 6e3b0b579ea0..47c79959d0cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rlottie-tdesktop
_pkgname=rlottie
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A platform independent standalone library that plays Lottie Animation (tdesktop fork)"
arch=(x86_64)
url="https://github.com/desktop-app/rlottie"
@@ -24,5 +24,5 @@ build() {
package() {
cd "$srcdir/${_pkgname}-${_commit}"
- DESTDIR="$pkgdir" meson install -C build
+ DESTDIR="$pkgdir" cmake --install .
}