summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrea2018-05-15 11:19:59 +0200
committerandrea2018-05-15 11:19:59 +0200
commite9288b3be965bb965656a65a7b080198e4249d5f (patch)
tree72ddec26159c8a4ad71be9700c2c8a979b6d26df
parent816aac3aaac4072c6ba11e8715d08c8e367865b2 (diff)
downloadaur-e9288b3be965bb965656a65a7b080198e4249d5f.tar.gz
updated to 0.7.2
-rwxr-xr-x[-rw-r--r--].SRCINFO6
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dddde92a1a8d..f8e21a2f0db9 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = snake_pygame
pkgdesc = A remake of classic Snake game written in Python
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
- url = http://deasproject.altervista.org
+ url = https://openisfreedom.eu/2013/08/13/progetto-creiamo-il-nostro-snake-in-python-con-pygame/
arch = any
license = GPL2
depends = python2-pygame
depends = python2-numpy
depends = python2-xdg
- source = snake_0.7.1.7z::http://sourceforge.net/projects/snakepygame/files/snake_0.7.1.7z/download
+ source = snake_0.7.2.7z::http://sourceforge.net/projects/snakepygame/files/snake_0.7.2.7z/download
md5sums = 608cb6f9e925adbdbbae49d20ed660bd
pkgname = snake_pygame
diff --git a/PKGBUILD b/PKGBUILD
index 3789a121b9db..ea3f196ed738 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Dea1993 <andrea.deangelis93@gmail.com>
pkgname=snake_pygame
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="A remake of classic Snake game written in Python"
arch=('any')
-url="http://deasproject.altervista.org"
+url="https://openisfreedom.eu/2013/08/13/progetto-creiamo-il-nostro-snake-in-python-con-pygame/"
license=('GPL2')
depends=('python2-pygame' 'python2-numpy' 'python2-xdg')
source=("snake_${pkgver}.7z"::"http://sourceforge.net/projects/snakepygame/files/snake_${pkgver}.7z/download")
@@ -28,4 +28,4 @@ package() {
install -m 755 -d "${pkgdir}/usr/bin"
install -m 755 -t "${pkgdir}/usr/bin/" "snake_pygame"
-} \ No newline at end of file
+}