summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Johnson2020-03-07 21:15:42 -0500
committerTyler Johnson2020-03-07 21:16:06 -0500
commit78219c90eb7a12cca0073d7476c1191e07553164 (patch)
tree1092243e44aa364a89e700fa3f54eedbbbad7053
parentc28d85a1d61201c05108e54f9d929e281fe73663 (diff)
downloadaur-78219c90eb7a12cca0073d7476c1191e07553164.tar.gz
Fix srcinfo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76241808618e..4fd3d7f749e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slitherling
pkgdesc = A simple snake game. Feed your snake with fruit. Arrow keys, VIM keys, or spacebar (easy mode).
pkgver = 9ef3e72
- pkgrel = 1
+ pkgrel = 3
epoch = 1583631779
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 949b7d277bc9..a30bbd8a0d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Johnson <tejohnso2 at popular google mail domain>
pkgname=slitherling
pkgver=9ef3e72
-pkgrel=2
+pkgrel=3
pkgdesc="A simple snake game. Feed your snake with fruit. Arrow keys, VIM keys, or spacebar (easy mode)."
arch=('i686' 'x86_64')
license=('GPL-3.0')