summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordpellegr2021-09-23 11:15:01 +0200
committerdpellegr2021-09-23 11:15:01 +0200
commit6cace6da0509b95d921b33b84666c2d4b045c83c (patch)
treea81c8910a8a25b57ee207a75cf3f24d377a78f78
parent6226dcf2a011262619a0a88a500cb60535c36f4a (diff)
downloadaur-6cace6da0509b95d921b33b84666c2d4b045c83c.tar.gz
updated licences
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5dab0f3c81a..0570c1907728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cgal-git
_pkgname=cgal
-pkgver=r91288.6b679968c6
+pkgver=r98262.16c0aab3cc0
pkgrel=1
pkgdesc="Computational Geometry Algorithms Library"
arch=('x86_64')
@@ -38,7 +38,7 @@ package () {
make install DESTDIR="$pkgdir"
# The tarball still has all these licenses included
- for _license in "LICENSE"{,.FREE_USE,.GPL,.LGPL,.BSL,.COMMERCIAL,.RFL}; do
+ for _license in "LICENSE"{,.GPL,.LGPL,.BSL,.COMMERCIAL,.RFL}; do
install -D -m644 "$srcdir/$_pkgname/Installation/$_license" "$pkgdir/usr/share/licenses/$pkgname/$_license"
done
}