summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakubKloub2019-12-28 20:49:30 +0000
committerJakubKloub2019-12-28 20:49:30 +0000
commit63adf0c8ccc1375fd45fd24f390053b202c1e4a8 (patch)
tree21a36021fa3a308d7ccfef72bc51ac1305ea5917
parentabde5669b95a765a5c67722962ba4029dc994ef5 (diff)
downloadaur-63adf0c8ccc1375fd45fd24f390053b202c1e4a8.tar.gz
code format changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac3e114352ad..1730ebc881ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = 2048-curses
source = https://raw.githubusercontent.com/TheRetikGM/2048-curses/master/src/dialog.c
source = https://raw.githubusercontent.com/TheRetikGM/2048-curses/master/src/dialog.h
source = https://raw.githubusercontent.com/TheRetikGM/2048-curses/master/src/Makefile
- md5sums = 49881827fb297a998c49dd03899ae126
+ md5sums = bdc3bad96869fc1e33e2a5159603b482
md5sums = a1d9f8f1e1f46ae809cd356fa8c6fe00
md5sums = 666c1d0f43be2dd2e92a759ece3dfb5a
md5sums = e277d0071243798818031dfe915bdf1b
diff --git a/PKGBUILD b/PKGBUILD
index e293b5aabf85..2207b0e010f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
package() {
install "${srcdir}/${pkgname}" -D "${pkgdir}/usr/bin/${pkgname}"
}
-md5sums=('49881827fb297a998c49dd03899ae126'
+md5sums=('bdc3bad96869fc1e33e2a5159603b482'
'a1d9f8f1e1f46ae809cd356fa8c6fe00'
'666c1d0f43be2dd2e92a759ece3dfb5a'
'e277d0071243798818031dfe915bdf1b')