summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rys2023-05-24 10:59:01 +0200
committerMartin Rys2023-05-24 10:59:01 +0200
commitb01a770f1b9a7bbcacca2fef99c4a5b1c7fffd94 (patch)
treed72d0a203caefd9aa637a3f3c7c32f54837aa22e
parente6c29dba1a82e63239b4e6019b3de6da359060c3 (diff)
downloadaur-b01a770f1b9a7bbcacca2fef99c4a5b1c7fffd94.tar.gz
Add missing onetbb to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edf46bfdb6ed..11918e742005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = loot
pkgdesc = A load order optimisation tool for the Elder Scrolls (Morrowind and later) and Fallout (3 and later) games.
pkgver = 0.19.1
- pkgrel = 5
+ pkgrel = 6
url = https://loot.github.io
arch = x86_64
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = loot
makedepends = rust
makedepends = cbindgen
makedepends = boost
+ makedepends = onetbb
depends = boost-libs
depends = libssh2
depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index 1e15589d7b7d..ed32db200beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=loot
pkgver=0.19.1
_pkglibver=0.19.4
-pkgrel=5
+pkgrel=6
pkgdesc="A load order optimisation tool for the Elder Scrolls (Morrowind and later) and Fallout (3 and later) games."
arch=('x86_64')
url="https://loot.github.io"
license=('GPL3')
depends=('boost-libs' 'libssh2' 'alsa-lib' 'nss' 'pango' 'atk' 'libxdamage' 'libxcomposite' 'libxcursor' 'libxrandr' 'libxss' 'libxtst' 'qt5-base')
-makedepends=('git' 'cmake' 'rust' 'cbindgen' 'boost')
+makedepends=('git' 'cmake' 'rust' 'cbindgen' 'boost' 'onetbb')
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz"
"lib$pkgname-$_pkglibver.tar.gz::https://github.com/$pkgname/lib$pkgname/archive/$_pkglibver.tar.gz"
'LOOT.desktop'