aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Turner2022-04-11 20:07:07 -0500
committerDylan Turner2022-04-11 20:07:07 -0500
commit5653221231ce436774b7361581bb67aef927c8fd (patch)
tree47027f7c0faa1dc8e5635590bc609de7b3d0564f
parent7dbbad3a1c03705b1506cc823902e199a77e4328 (diff)
downloadaur-5653221231ce436774b7361581bb67aef927c8fd.tar.gz
Updated pkg to reflect change to repo (fixing game not resetting after going back)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b10522afaaa7..38e502fb2c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tetris-cli-git
pkgdesc = A tetris game that runs in a terminal
pkgver = 22.411
- pkgrel = 2
+ pkgrel = 3
url = https://www.github.com/blueOkiris/tetris-cli
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 332463969429..f44a817bc832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dylan Turner dylantdmt@gmail.com
pkgname=tetris-cli-git
pkgver=22.411
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="A tetris game that runs in a terminal"
arch=('any')