summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2022-04-03 11:06:34 -0500
committerHurricanePootis2022-04-03 11:06:34 -0500
commit14e503714c8d0d7b83924f24effc366ed5301323 (patch)
tree7f4d6271b509e1111b183d8a14cb77f752a09b53
parent571daf6f8c3fd4d2f28e237841a492eb1ad4af99 (diff)
downloadaur-14e503714c8d0d7b83924f24effc366ed5301323.tar.gz
Remove lib32-sdl2-compat_image
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e596d0958ffe..744128c33d69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = lib32-sdl12-compat-git
pkgdesc = An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes.
- pkgver = r520.d05899f
- pkgrel = 2
+ pkgver = r560.3f49628
+ pkgrel = 1
url = https://github.com/libsdl-org/sdl12-compat
arch = x86_64
license = custom
makedepends = cmake
makedepends = git
depends = lib32-sdl2
- depends = lib32-sdl-compat_image
depends = lib32-glibc
- provides = lib32-sdl
+ provides = lib32-sdl=1.12.15
conflicts = lib32-sdl
source = git+https://github.com/libsdl-org/sdl12-compat.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 674bf272afa7..00dc6cc79ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=lib32-sdl12-compat-git
_pkgbase=sdl12-compat
-pkgver=r520.d05899f
-pkgrel=2
+pkgver=r560.3f49628
+pkgrel=1
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')
+depends=('lib32-sdl2' 'lib32-glibc')
makedepends=('cmake' 'git')
conflicts=('lib32-sdl')
-provides=('lib32-sdl')
+provides=('lib32-sdl=1.12.15')
source=("git+https://github.com/libsdl-org/sdl12-compat.git")
sha256sums=('SKIP')