summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenhat Hex2022-05-11 22:30:07 -0400
committerXenhat Hex2022-05-11 22:30:07 -0400
commit96ee30244e3122786e1f1428e3497b0ecfc6c4c7 (patch)
treeb0aab3a4da45350526e4b2cdd66fb00451d69b84
parentb81a6f2bf84c45dcc9edb8d435bed2a4442c93b2 (diff)
downloadaur-96ee30244e3122786e1f1428e3497b0ecfc6c4c7.tar.gz
Hopefully fix build error caused by python certifi
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3777d02f2ded..4dc6f761533f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alchemy-next-viewer-git
pkgdesc = This is the next generation of Alchemy Viewer! - Git Source build
- pkgver = 6.5.3.48028.1339287b13
- pkgrel = 4
+ pkgver = 6.5.5.48672.53b082b0a2
+ pkgrel = 1
url = https://www.alchemyviewer.org
install = alchemy.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c920dd0c229b..e49653894e25 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainers: Xenhat Hex (me@xenh.at), Justin Jagieniak <justin@jagieniak.net>
# shellcheck disable=2034,3030,2154
pkgname=alchemy-next-viewer-git
-pkgver=6.5.3.48028.1339287b13
-pkgrel=4
+pkgver=6.5.5.48672.53b082b0a2
+pkgrel=1
pkgdesc="This is the next generation of Alchemy Viewer! - Git Source build"
arch=('x86_64')
url=https://www.alchemyviewer.org
@@ -50,8 +50,9 @@ prepare() {
build() {
cd "${pkgname}" || exit 1
- virtualenv ".venv" -p python3
- source ".venv/bin/activate"
+ # virtualenv ".venv" -p python3
+ # source ".venv/bin/activate"
+ pip install --upgrade certifi
if command -v autobuild; then
abver="$(autobuild --version)"
echo "Found ${abver}"