summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-02-01 22:03:56 -0800
committerLlewelyn Trahaearn2017-02-01 22:03:56 -0800
commit807447b74f5bbe57203559bc85a45d33bea55f7b (patch)
treef023ba9abafd50a19784c173084b660b01fff919
parent029b5fad37a4a284e3ac5e28f87c49f52527e2e9 (diff)
downloadaur-807447b74f5bbe57203559bc85a45d33bea55f7b.tar.gz
OCD cleanup.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35a65a3ec3b5..793940808100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 27 04:49:49 UTC 2016
+# Thu Feb 2 06:03:23 UTC 2017
pkgbase = glfw2
pkgdesc = A free, open source, portable framework for OpenGL application development (LEGACY 2.x)
pkgver = 2.7.9
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"