diff options
author | Toby Jones | 2019-04-25 21:41:33 +0100 |
---|---|---|
committer | Toby Jones | 2019-04-25 21:41:33 +0100 |
commit | b00bdeb4c95737ca5106f2ad11a2b26a6c88fa55 (patch) | |
tree | 170f1ec9fbd1829eed5a0519564bd360c9397b09 | |
parent | 3bc842c8d357ad3639d2c195c3135e0239c9cc15 (diff) | |
download | aur-b00bdeb4c95737ca5106f2ad11a2b26a6c88fa55.tar.gz |
bump version, always grab stable etterna#
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,8 +1,7 @@ # Maintainer: Toby Jones <quoth.the.server@gmail.com> -# This PKGBUILD will grab the development version of Etterna - if you want the stable version, uncomment the line in build() pkgname=etterna-git -pkgver=0.61.1 +pkgver=0.65.1 pkgrel=1 pkgdesc="Etterna: an advanced cross-platform rhythm game focused on keyboard play" arch=('i686' 'x86_64') @@ -29,9 +28,7 @@ pkgver() { build() { cd "etterna" - # UNCOMMENT THE BELOW LINE FOR STABLE ETTERNA - # git checkout v$(pkgver) - git checkout develop + git checkout v$(pkgver) git submodule update --init mkdir "build" |