summarylogtreecommitdiffstats
path: root/Makefile
blob: d54fb81d732dfe3daf3a3f7afd0eafc91ab82f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 > $@

clean:
	$(RM) -f wcwidthcallback.patch