summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikołaj "D1SoveR" Banasik2022-08-17 00:29:11 +0100
committerMikołaj "D1SoveR" Banasik2022-08-17 00:29:11 +0100
commit7bda31c27997a109093e7cc5bc9ead03495b27b5 (patch)
tree7bf098511d573d09c5f2e2360056abc079bb61a6
parentce5f682b8cf8168819757825d266f639a137ab34 (diff)
downloadaur-7bda31c27997a109093e7cc5bc9ead03495b27b5.tar.gz
Bumped the version and added the SDL2 image library dependency.
Also added the ignore file to reduce the chance of accidentally committing the built package or source directory.
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0576e088db17..e351f6e25346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luxtorpeda-git
pkgdesc = Steam Play compatibility tool to run games using native Linux engines
- pkgver = 46.0.0.r321.989a5a9
+ pkgver = 57.0.0.r359.9c1a138
pkgrel = 1
url = https://github.com/luxtorpeda-dev/luxtorpeda
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = luxtorpeda-git
makedepends = rust
depends = libusb
depends = sdl2
+ depends = sdl2_image
optdepends = steam: The Steam client
provides = luxtorpeda
conflicts = luxtorpeda
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a36db587aeb5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+luxtorpeda/
+*.pkg.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 3c3f16553d6b..69fcb96a3ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mikołaj "D1SoveR" Banasik <d1sover@gmail.com>
pkgname='luxtorpeda-git'
-pkgver=46.0.0.r321.989a5a9
+pkgver=57.0.0.r359.9c1a138
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=('libusb' 'sdl2')
+depends=('libusb' 'sdl2' 'sdl2_image')
makedepends=('git' 'rust')
optdepends=('steam: The Steam client')
provides=("${pkgname%-git}")