summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-02-01 22:03:56 -0800
committerLlewelyn Trahaearn2017-02-01 22:03:56 -0800
commit807447b74f5bbe57203559bc85a45d33bea55f7b (patch)
treef023ba9abafd50a19784c173084b660b01fff919 /PKGBUILD
parent029b5fad37a4a284e3ac5e28f87c49f52527e2e9 (diff)
downloadaur-807447b74f5bbe57203559bc85a45d33bea55f7b.tar.gz
OCD cleanup.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cd5448478a3..429558f6c07c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# Maintainer: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
-# Contributor: speps <speps at aur dot archlinux dot org>
+# Maintainer: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
+# Contributor: speps <speps [at] aur [dot] archlinux [dot] org>
pkgname=glfw2
pkgver=2.7.9
@@ -34,7 +34,7 @@ package() {
install -Dm644 docs/*.pdf "${pkgdir}/usr/share/doc/${pkgname}"
# License.
- install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+ install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Fix .pc file prefix path
sed -i "s|${pkgdir}||g" "${pkgdir}/usr/lib/pkgconfig/libglfw.pc"