summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2023-02-27 00:33:27 +0100
committerJose Riha2023-02-27 00:33:27 +0100
commit4b5d0710a066acd72f0998669251e96899b85b1f (patch)
tree11bf4e7218f30fb3068118e37be3ee8392fb1c2c
parent91e0215f0865ae5de2c77145a4136d4d5c0b5baf (diff)
downloadaur-4b5d0710a066acd72f0998669251e96899b85b1f.tar.gz
Update
-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