summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2af67b0e0918..c83469b44da6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=mingw-w64-flex-wrapper
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Allows Flex to be used while compiling for mingw-w64"
arch=('any')
url="#"
-license=('custom')
+license=('custom:wtfpl')
depends=('flex')
+provides=('mingw-w64-flex')
source=(LICENSE)
sha256sums=('96f17857f3eb28a7d93dad930bc099a3cb65a9a2afb37069bfd1ba5ec5964389')
@@ -19,6 +20,5 @@ package() {
ln -s ../../include/FlexLexer.h "${pkgdir}/usr/${_arch}/include/"
done
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+ install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
}