summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoribrokemypie2021-11-18 17:42:16 +1100
committeribrokemypie2021-11-18 17:42:16 +1100
commitc4da6d49092a7ca3c2edf3d287ee84c5a84638e8 (patch)
tree0ce43e6fea4dd5999fcf480aec0189e254de7a89
parenta80290ca98d864120f6d0541170512c774d3b27d (diff)
downloadaur-c4da6d49092a7ca3c2edf3d287ee84c5a84638e8.tar.gz
Add p7zip dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09d556e43b74..be634b34f94e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bcml-git
pkgdesc = Breath of the Wild Cross-Platform Mod Loader: A mod merger and manager for BOTW
pkgver = r1039.3c09365
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/NiceneNerd/BCML
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = bcml-git
makedepends = mkdocs-material
makedepends = python-setuptools
makedepends = gendesk
+ depends = p7zip
depends = python-pyqt5-webengine
depends = python>=3.7
optdepends = cemu
diff --git a/PKGBUILD b/PKGBUILD
index dea673e70122..2811deb027d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=bcml-git
_name=BCML
pkgver=r1039.3c09365
-pkgrel=3
+pkgrel=4
pkgdesc="Breath of the Wild Cross-Platform Mod Loader: A mod merger and manager for BOTW"
arch=('any')
url="https://github.com/NiceneNerd/BCML"
license=('GPL3')
-depends=('python-pyqt5-webengine' 'python>=3.7')
+depends=('p7zip' 'python-pyqt5-webengine' 'python>=3.7')
makedepends=('git' 'npm' 'nodejs>=14.0.0' 'mkdocs' 'mkdocs-material' 'python-setuptools' 'gendesk')
optdepends=('cemu')
source=('git+https://github.com/NiceneNerd/BCML' "${_name}.png::https://i.imgur.com/OiqKPx0.png")