summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2022-01-06 10:27:19 -0600
committerHurricanePootis2022-01-06 10:27:19 -0600
commit9a8cf25baec803009e316ebf380af6be8a3c79b7 (patch)
tree06810c2761324f0c7a543d86eb362c214c6d3e84
parent8969ca9ae9d80c13df44337fa9a7cdf511e6759e (diff)
downloadaur-9a8cf25baec803009e316ebf380af6be8a3c79b7.tar.gz
Update depedency stuff
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88085f3bd331..1f00ed936284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = lib32-sdl12-compat-git
pkgdesc = An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes.
- pkgver = r474.16305a1
- pkgrel = 1
+ pkgver = r520.d05899f
+ pkgrel = 2
url = https://github.com/libsdl-org/sdl12-compat
arch = x86_64
- arch = x86_64
license = custom
- makedepends = lib32-sdl2
makedepends = gcc
makedepends = cmake
makedepends = git
- makedepends = lib32-gcc-libs
- makedepends = lib32-sdl2
- makedepends = lib32-sdl-compat_image
+ depends = lib32-sdl2
+ depends = lib32-sdl-compat_image
+ depends = lib32-glibc
provides = lib32-sdl
conflicts = lib32-sdl
source = git+https://github.com/libsdl-org/sdl12-compat.git
diff --git a/PKGBUILD b/PKGBUILD
index 387b39a26b3a..fdd9c8345289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lib32-sdl12-compat-git
_pkgbase=sdl12-compat
-pkgver=r474.16305a1
-pkgrel=1
+pkgver=r520.d05899f
+pkgrel=2
pkgdesc="An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes."
arch=("x86_64")
url="https://github.com/libsdl-org/sdl12-compat"
license=('custom')
depends=('lib32-sdl2' 'lib32-sdl-compat_image' 'lib32-glibc')
-makedepends=('lib32-sdl2' 'gcc' 'cmake' 'git')
+makedepends=('gcc' 'cmake' 'git')
conflicts=('lib32-sdl')
provides=('lib32-sdl')
source=("git+https://github.com/libsdl-org/sdl12-compat.git")