summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Jagieniak2021-08-09 17:09:21 +0200
committerJustin Jagieniak2021-08-09 17:09:21 +0200
commit523b9c492c70c6d9f07ef9b555db0ee99ce32db3 (patch)
treec7fa7dea3edcddd6fdfd038b2e20ab2169ff6d0b /PKGBUILD
parent40e45ef9915b0e66feb3a47557d2eff132f9d7a0 (diff)
downloadaur-523b9c492c70c6d9f07ef9b555db0ee99ce32db3.tar.gz
newer version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd508fc9e06b..6d61963e435a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nicky D
pkgname=firestorm
-pkgver=6.4.13.63251
+pkgver=6.4.21
pkgrel=1
pkgdesc="This is the Firestorm Viewer!"
arch=('i686' 'x86_64')
@@ -22,11 +22,11 @@ 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#branch=Firestorm_6.4.13' "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_$pkgver" "fs-build-variables"::'git+https://vcs.firestormviewer.org/fs-build-variables' 'firestorm.desktop' 'firestorm.launcher')
md5sums=('SKIP' 'SKIP' '5e3dade65948533ff8412da776029179' '3daa9e24492337e62bcac318df4ab370')
pkgver() {
- cat "$srcdir/$pkgname/build-linux-x86_64/newview/viewer_version.txt"
+ cat "$srcdir/$pkgname/indra/newview/viewer_version.txt"
}
prepare() {