summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Anderson2017-02-25 11:13:34 -0800
committerEric Anderson2017-02-25 11:26:30 -0800
commit8ed0766e89a4d92e405eb67cfce9ab3979ec3ac3 (patch)
tree0ef531b02580df53ad8f3d49d214c8d99fca896b /PKGBUILD
parentab4820edb1745533d8aabcd4f3782cbbe87917c8 (diff)
downloadaur-8ed0766e89a4d92e405eb67cfce9ab3979ec3ac3.tar.gz
Bump to 10202016 binary
I can't tell what's different from the previous one. I hate to just bump the rev, but bumping the version would probably cause more confusion than benefit since I'd have to make up a number.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53272d90e1e0..583a7fc5a2aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=vvvvvv
pkgver=2.2
-_pkgver=06182014
-pkgrel=2
+_pkgver=10202016
+pkgrel=3
pkgdesc='A retro-styled 2D platformer (game sold separately)'
arch=('i686' 'x86_64')
url='http://thelettervsixtim.es/'
@@ -15,7 +15,7 @@ depends=('sh' 'sdl2_mixer')
_gamepkg="${pkgname}-${_pkgver}-bin"
source=("hib://${_gamepkg}" "${pkgname}.desktop" "${pkgname}.sh")
md5sums=(
- '65312dd3b51c700927b1086ba045ece1'
+ '2a67882173f36c685f532e3cce0607af'
'f3f06f16bf7f3280279e2d3da425a5d2'
'6d1c555a18bcd5cba8c55a62cf0964ac')
noextract=("${_gamepkg}")
@@ -31,7 +31,7 @@ noextract=("${_gamepkg}")
# DLAGENTS=('hib::/usr/bin/find /path/to/downloads -name $(echo %u | cut -c 7-) -exec ln -s \{\} %o \; -quit')
DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Download manually to \"$(pwd)\" or setup hib:// DLAGENT in /etc/makepkg.conf."; echo "Read this PKGBUILD for more info."; exit 1')
-build() {
+prepare() {
cd "${srcdir}"
mkdir -p "${pkgname}-${pkgver}"