summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Jones2019-04-25 21:41:33 +0100
committerToby Jones2019-04-25 21:41:33 +0100
commitb00bdeb4c95737ca5106f2ad11a2b26a6c88fa55 (patch)
tree170f1ec9fbd1829eed5a0519564bd360c9397b09
parent3bc842c8d357ad3639d2c195c3135e0239c9cc15 (diff)
downloadaur-b00bdeb4c95737ca5106f2ad11a2b26a6c88fa55.tar.gz
bump version, always grab stable etterna#
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c06e76eca244..7c2fd031c806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"