summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Jagieniak2021-03-25 21:53:11 +0100
committerJustin Jagieniak2021-03-25 21:53:11 +0100
commit18e76900da41844fe5b9d9f147b4d38e66f4b8d6 (patch)
treec1d0f05d380d7e9e0c7ea9385e770428d6b7ff06 /PKGBUILD
parent7ec6ac47bc562ca9398c58a51192cecfaccd1dac (diff)
downloadaur-18e76900da41844fe5b9d9f147b4d38e66f4b8d6.tar.gz
Change FIrestorm version to stable.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2e56bc7bbfc..97791678903d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nicky D
pkgname=firestorm
-pkgver=6.4.17.63601
+pkgver=6.4.13.63251
pkgrel=1
pkgdesc="This is the Firestorm Viewer!"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ makedepends=('cmake' 'gcc' 'make' 'python2-virtualenv' 'python2-pip' 'git' 'boos
conflicts=('firestorm-bin' 'firestorm-nightly' 'firestorm-beta-bin')
provides=('firestorm')
-source=("$pkgname"::'git+https://vcs.firestormviewer.org/phoenix-firestorm' "fs-build-variables"::'git+https://vcs.firestormviewer.org/fs-build-variables' 'firestorm.desktop' 'firestorm.launcher')
+source=("$pkgname"::'git+https://vcs.firestormviewer.org/phoenix-firestorm#branch=Firestorm_6.4.13' "fs-build-variables"::'git+https://vcs.firestormviewer.org/fs-build-variables' 'firestorm.desktop' 'firestorm.launcher')
md5sums=('SKIP' 'SKIP' '5e3dade65948533ff8412da776029179' '3daa9e24492337e62bcac318df4ab370')
pkgver() {
@@ -40,7 +40,6 @@ prepare() {
}
build() {
- #export AUTOBUILD_VARIABLES_FILE="buildVars/fs-build-variables"
cd "$pkgname/build-linux-x86_64"
make
}