diff options
author | Daniel Bermond | 2024-03-06 18:51:34 -0300 |
---|---|---|
committer | Daniel Bermond | 2024-03-06 18:51:34 -0300 |
commit | c565ab870ab005b5a4b37cdf90fa17005648729a (patch) | |
tree | 9668a0cc77a838ed4e6a0f755728fd6aa0f44d26 /PKGBUILD | |
parent | 817fd1315d3c9e3bd5c8fc55ffd5fa895f8c5d05 (diff) | |
download | aur-copperspice-git.tar.gz |
Update license
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ # Maintainer: Daniel Bermond <dbermond@archlinux.org> pkgname=copperspice-git -pkgver=1.8.2.r6.g3e891fa60 +pkgver=1.9.1.r0.g7c92c2560 pkgrel=1 pkgdesc='Libraries for developing cross platform software applications in C++ (git version)' arch=('x86_64') url='https://www.copperspice.com/' -license=('LGPL2.1') +license=('LGPL-2.1-only') depends=('cups' 'fontconfig' 'glib2' 'gstreamer' 'gst-plugins-base-libs' 'libgl' 'libice' 'libpulse' 'libsm' 'libx11' 'libxcb' 'libxi' 'libxkbcommon' 'libxkbcommon-x11' 'openssl' 'vulkan-icd-loader' 'xcb-util-keysyms' @@ -48,7 +48,7 @@ package() { DESTDIR="$pkgdir" cmake --install build local _file - mkdir -p "${pkgdir}/usr/bin" + install -d -m755 "${pkgdir}/usr/bin" while read -r -d '' _file do ln -s "../lib/copperspice/bin/${_file##*/}" "${pkgdir}/usr/bin/${_file##*/}-cs" |