summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvy Foster2018-02-01 17:29:37 -0600
committerIvy Foster2018-02-01 17:29:37 -0600
commitfafb13531af49b623af3ec27af57eaaae8c6dfe2 (patch)
tree4c22643a837d99cacd27034352a9895a55f91398
parent20fab856e52b27e0d38bad081c455c685614da7a (diff)
downloadaur-fafb13531af49b623af3ec27af57eaaae8c6dfe2.tar.gz
It's .PHONY, not PHONY
-rw-r--r--.SRCINFO2
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5db743be857..9276bfa3b3d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = libbulletml
sha256sums = 7c37f3d2d52825417c5de716f89bea4b71156371e698e2579daf7921df07aa79
sha256sums = f0a9f01ef9daaa980f876253c81e8e76eea17b7de1aa569bf23661b456c5c9d3
sha256sums = e85182a82604b4bc3c3f42b35f5d77decd327239602bcc4b5ac3a2e1269f211e
- sha256sums = 061c2e980e72b151fe2fc26a5b083f82a4403d6cd788aadba96e27f78810d24d
+ sha256sums = 5a5d01f4be40da43feac4c8d6a81c3e2505d3f2872a805b910c587c5a31f45a4
pkgname = libbulletml
diff --git a/Makefile b/Makefile
index dbddde8b63fb..e04ba6efc9e9 100644
--- a/Makefile
+++ b/Makefile
@@ -56,4 +56,4 @@ install: all
$(DESTDIR)/$(libdir)/libbulletml.so.$(MAJOR).$(MINOR) \
$(DESTDIR)/$(libdir)/libbulletml.so
-PHONY: all clean doxy install
+.PHONY: all clean doxy install
diff --git a/PKGBUILD b/PKGBUILD
index 32a3992f60f8..f68ef28afb34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ sha256sums=(
7c37f3d2d52825417c5de716f89bea4b71156371e698e2579daf7921df07aa79
f0a9f01ef9daaa980f876253c81e8e76eea17b7de1aa569bf23661b456c5c9d3
e85182a82604b4bc3c3f42b35f5d77decd327239602bcc4b5ac3a2e1269f211e
- 061c2e980e72b151fe2fc26a5b083f82a4403d6cd788aadba96e27f78810d24d
+ 5a5d01f4be40da43feac4c8d6a81c3e2505d3f2872a805b910c587c5a31f45a4
)
noextract=(d_cpp.tar.bz2)