summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikołaj "D1SoveR" Banasik2021-11-07 00:54:34 +0000
committerMikołaj "D1SoveR" Banasik2021-11-07 00:54:37 +0000
commitce5f682b8cf8168819757825d266f639a137ab34 (patch)
tree1efc1b5c54bcd7fe7890986786b3cdece704915f
parentdca5a1d8303035592931086a17ed619bea27979d (diff)
downloadaur-ce5f682b8cf8168819757825d266f639a137ab34.tar.gz
Updated dependencies for the package.
Removed no-longer-used openssl as well as dependencies pulled by `base` package, added libusb directly (avoiding transitive dependencies).
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 584627663707..0576e088db17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = luxtorpeda-git
pkgdesc = Steam Play compatibility tool to run games using native Linux engines
- pkgver = 45.0.0.r320.5f2e835
- pkgrel = 2
+ pkgver = 46.0.0.r321.989a5a9
+ pkgrel = 1
url = https://github.com/luxtorpeda-dev/luxtorpeda
arch = x86_64
arch = i686
license = GPL2
makedepends = git
makedepends = rust
+ depends = libusb
depends = sdl2
- depends = openssl
- depends = xz
optdepends = steam: The Steam client
provides = luxtorpeda
conflicts = luxtorpeda
diff --git a/PKGBUILD b/PKGBUILD
index bd6c535cf103..3c3f16553d6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mikołaj "D1SoveR" Banasik <d1sover@gmail.com>
pkgname='luxtorpeda-git'
-pkgver=45.0.0.r320.5f2e835
-pkgrel=2
+pkgver=46.0.0.r321.989a5a9
+pkgrel=1
pkgdesc='Steam Play compatibility tool to run games using native Linux engines'
arch=('x86_64' 'i686')
url='https://github.com/luxtorpeda-dev/luxtorpeda'
license=('GPL2')
-depends=('sdl2' 'openssl' 'xz')
+depends=('libusb' 'sdl2')
makedepends=('git' 'rust')
optdepends=('steam: The Steam client')
provides=("${pkgname%-git}")