summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12022-02-28 03:47:21 +0800
committerChocobo12022-02-28 03:47:21 +0800
commit92814c21b7bbcc859e14ce70213b4a4b40d40512 (patch)
tree3634ccf3c9402edbabe345ea38fce26cbf6a75ad /PKGBUILD
parente18346fb39c96eee9ee162d627d707c93a867adc (diff)
downloadaur-92814c21b7bbcc859e14ce70213b4a4b40d40512.tar.gz
upgpkg: gulkan 0.15.2-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2243cfc1bb2..db3599bc8041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gulkan
pkgver=0.15.2
-pkgrel=1
+pkgrel=2
pkgdesc="GLib library for Vulkan abstraction"
arch=('i686' 'x86_64')
url="https://gitlab.freedesktop.org/xrdesktop/gulkan"
@@ -41,6 +41,6 @@ check() {
package() {
cd "$pkgname-$pkgver"
- DESTDIR="$pkgdir" meson install -C "_build"
+ meson install -C "_build" --destdir "$pkgdir"
install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/gulkan"
}