summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2024-03-21 10:03:22 -0400
committerXenHat2024-03-21 10:03:22 -0400
commitb597511ae0f09022904908e61cf38228285c3dbb (patch)
tree966188e01caca6998bbce106048f68ec75b3ebbf
parent393b37cd35b1a6bba7d54908ddee36f52c832587 (diff)
downloadaur-alchemy-next-viewer-git.tar.gz
add missing python-virtualenv to build dependencies
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 176f456ff27b..82db97b0c990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alchemy-next-viewer-git
pkgdesc = A Second Life client with focus on performance and code correctness - Git build.
- pkgver = 7.1.3.55266.2a64c7b773
+ pkgver = 7.1.4.55811.471ae26a78
pkgrel = 1
url = https://www.alchemyviewer.org
install = alchemy.install
@@ -8,6 +8,7 @@ pkgbase = alchemy-next-viewer-git
license = LGPL
makedepends = gcc
makedepends = python-pip
+ makedepends = python-virtualenv
makedepends = git
depends = glu
depends = libgl
diff --git a/PKGBUILD b/PKGBUILD
index 750b96b5da60..86f91d5cba4c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ install=alchemy.install
# template end;
# template start; name=deps; version=1.0;
depends=('glu' 'libgl' 'libiconv' 'libidn' 'libjpeg-turbo' 'libpng' 'libxml2' 'libxss' 'mesa' 'nss' 'openal' 'sdl2' 'vlc' 'zlib')
-makedepends=('gcc' 'python-pip' 'git')
+makedepends=('gcc' 'python-pip' 'python-virtualenv' 'git')
optdepends=(
'alsa-lib: ALSA support'
'freealut: OpenAL support'
@@ -31,7 +31,7 @@ optdepends=(
'xdg-desktop-portal: File picker portal')
# template end;
pkgname=alchemy-next-viewer-git
-pkgver=7.1.3.55266.2a64c7b773
+pkgver=7.1.4.55811.471ae26a78
pkgrel=1
replaces=('alchemy-viewer-git')
provides=('alchemy-viewer')