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 d0645e6694dc..ed432e8498eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=simple_snake
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A simple Snake game, written on C++ & SFML"
arch=( "any" )
url="https://github.com/KonstantinProgger/Tag-Puzzle"
license=( "Apache License 2.0" )
makedepends=( 'cmake' 'sfml' )
-source=(${pkgnmae}-${pkgver}::"https://github.com/KonstantIMP/Snake/archive/refs/tags/${pkgver}.tar.gz")
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/KonstantIMP/Snake/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('fc7cddc9f483c83e45f9b6b86bcae1905f3954e96c62d4c9f623fde896a1f4b3')
build() {