summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author=2020-07-05 15:26:45 -0700
committer=2020-07-05 15:26:45 -0700
commit9c8b7f184a711d6acb3694e1f0dff739a710d5d1 (patch)
tree8e5f29956b7cf29b5a23b3a5dacf8aba5ead892e /PKGBUILD
parenta185dfb07e042dba61023ee75dad85d99fa074c7 (diff)
downloadaur-rubiks_cube.tar.gz
Version 1.2 allows the user to press space to align the cube's orientation with the camera
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ec59ecd6df2..15e8cbfce0ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Benjamin Jones <benjaminjones314+aur@gmail.com>
pkgname=rubiks_cube
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="A rubiks cube that runs in the terminal"
url="https://github.com/been-jamming/rubiks_cube"
@@ -8,7 +8,7 @@ license=('MIT')
depends=('ncurses')
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
source=("https://sourceforge.net/projects/terminal-rubiks-cube/files/$pkgname-$pkgver.tar.gz")
-md5sums=('5c9491e84d007282752f2c188649f137')
+md5sums=('46a5c5a108e9bec029161f6af25ec319')
build() {
cd "$pkgname-$pkgver"