summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Wang2020-11-02 21:58:07 -0600
committerAnthony Wang2020-11-02 21:58:07 -0600
commit67f0ed0587f7c020399a5c69ad9a8d1e2b1eb266 (patch)
treeb6450a5a4e7061df9f47fd9d177817e4e316b396 /PKGBUILD
parent9ae9fe501f9214cb03e3a944ed7b6266e2639aa2 (diff)
downloadaur-67f0ed0587f7c020399a5c69ad9a8d1e2b1eb266.tar.gz
Code cleanup, added quit key
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d05b281d665..127787f180f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anthony Wang <ta180m@gmail.com>
pkgname=2048-py
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="2048 written in Python by the Ladue High School Computer Science Club"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/Ta180m/2048"
license=('GPL')
depends=('python-termcolor')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ta180m/2048/releases/download/v$pkgver/2048.tar.gz")
-sha256sums=('db80458ede4d15d0cc06a84311ea56a9dff1b99a0b88373b561b51f6a7119f6b')
+sha256sums=('e69b860e2371939916edf7be6762ea04c38ae4e5b1e5c37c04deaf887ec83399')
package() {