summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e730dd02ad9..904b3c5b3001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tyler Johnson <tejohnso2 at popular google mail domain>
pkgname=slitherling
-pkgver=43be170
+pkgver=90080eb
pkgrel=1
pkgdesc="A simple snake game. Feed your snake with fruit. Arrow keys, VIM keys, or spacebar (easy mode)."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ source=("https://storage.googleapis.com/slitherling-source/src-$pkgver.tar.gz"
"https://storage.googleapis.com/slitherling-source/resources-$pkgver.tar.gz")
md5sums=("SKIP" "SKIP")
makedepends=('gcc>=9.0.0' 'cmake>=3.11' 'ninja>=1.10')
-epoch=1584661701
+epoch=1584662651
build() {
cd $SRCDEST/src
cp ../CMakeLists.txt .