summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcouney2021-08-03 04:40:56 +0200
committerMarcouney2021-08-03 04:40:56 +0200
commitd6085e7eb263489dbb72efd9bc938173ee4d6319 (patch)
treeda8edea48dcd1d45eb42f3e1d2a5cc95e9c5b530 /PKGBUILD
parent0718f85b4163ff70b7174f88e1f946349309febd (diff)
downloadaur-qt-jpegxl-image-plugin-git.tar.gz
Install with make
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2f6bb6bd23d..1a476c6e6560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qt-jpegxl-image-plugin-git
_pkgname=${pkgname%-git}
-pkgver=r32.7d19098
+pkgver=r36.6a77371
pkgrel=1
pkgdesc='Qt plug-in to allow Qt and KDE based applications to read/write JXL images'
arch=('x86_64')
@@ -25,6 +25,6 @@ build() {
package() {
cd "$_pkgname"
- install -Dm755 "$srcdir/$_pkgname/plugins/imageformats/libqjpegxl.so" "$pkgdir/usr/lib/qt/plugins/imageformats/libqjpegxl.so"
+ make install INSTALL_ROOT="$pkgdir"
install -Dm644 "$srcdir/$_pkgname/LICENSE" "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
}