summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8856b99d32f1..178af284fa63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sdlblocks
pkgdesc = A Tetris remake written in C using libSDL
pkgver = 1
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/llopisdon/sdlblocks
arch = i686
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = sdlblocks
depends = bash
source = https://github.com/llopisdon/sdlblocks/archive/master.zip
source = sdlblocks.desktop
- md5sums = a6c87c8f54e4f33172721378d570406b
+ md5sums = 53e4b5f83f9a463fdd1f88b109d298ed
md5sums = 4178deb1bc373988c9dd305a648093c0
pkgname = sdlblocks
-
diff --git a/PKGBUILD b/PKGBUILD
index d5b7a0f1d0a2..25ad57479934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=sdlblocks
pkgver=1
-pkgrel=7
+pkgrel=8
pkgdesc="A Tetris remake written in C using libSDL"
arch=('i686' 'x86_64')
url="https://github.com/llopisdon/sdlblocks"
license=("GPL-2")
source=("https://github.com/llopisdon/sdlblocks/archive/master.zip" "${pkgname}.desktop")
-md5sums=('a6c87c8f54e4f33172721378d570406b'
+md5sums=('53e4b5f83f9a463fdd1f88b109d298ed'
'4178deb1bc373988c9dd305a648093c0')
if [ "$CARCH" = "i686" ]; then