summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatatahooligan2022-09-26 18:34:41 +0300
committerpatatahooligan2022-09-26 18:34:41 +0300
commite60e914a079c94dd87b5548c8f7b8c0b8c37f72c (patch)
tree32fe882de974dbd8ca680b49b9a8b72088d9cefb
parent21e18ee74c6abbc0f4c80f357df7f3109523aca5 (diff)
downloadaur-e60e914a079c94dd87b5548c8f7b8c0b8c37f72c.tar.gz
Fix header permissions
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68ad4252c123..ad666a7b9b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgnamebase=cppfront
pkgname=${_pkgnamebase}-git
-pkgver=r250.5b100f6
+pkgver=r264.8d5c9b7
pkgrel=1
pkgdesc="Experimental and incomplete compiler for proposed C++ 'syntax 2'"
arch=('x86_64')
@@ -30,6 +30,6 @@ package() {
install -Dm755 "$srcdir/${_pkgnamebase}/source/cppfront" \
-t "$pkgdir/usr/bin/"
- install -Dm755 "$srcdir/${_pkgnamebase}/include/cpp2util.h" \
+ install -Dm644 "$srcdir/${_pkgnamebase}/include/cpp2util.h" \
-t "$pkgdir/usr/include/"
}