summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hahler2016-11-24 04:39:26 +0100
committerDaniel Hahler2016-11-24 04:39:26 +0100
commitd77e25f9ae65324fdc18d5d88192e04cfbb86bf6 (patch)
tree29aecee4514517f9795445cd4721705b515c5830
parentd251472982fc2b1cd74b0928a0be203055d02547 (diff)
downloadaur-d77e25f9ae65324fdc18d5d88192e04cfbb86bf6.tar.gz
Update Makefile
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76064d66910b..7af7ddc8d6e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,10 @@
-update: clean wcwidthcallback.patch
+update: clean wcwidthcallback.patch PKGBUILD .SRCINFO
+
+PKGBUILD: wcwidthcallback.patch
+ updpkgsums
+
+.SRCINFO: PKGBUILD
+ makepkg --printsrcinfo > $@
wcwidthcallback.patch:
curl -s https://github.com/exg/rxvt-unicode/compare/master...blueyed:wcwidth-hack.diff > $@