diff options
author | Lucas Melo | 2021-01-21 21:39:31 -0300 |
---|---|---|
committer | Lucas Melo | 2021-01-21 21:39:31 -0300 |
commit | ff894fb0fa5d3ebb3d2a22e546c0614589519efd (patch) | |
tree | ed556aab16699824e99b066b77ca5e88e28036f2 | |
parent | 914177ec27996383f73d704e7ebb509e56cd7a65 (diff) | |
download | aur-ff894fb0fa5d3ebb3d2a22e546c0614589519efd.tar.gz |
Removed unnecessary libtheora dependency.
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ pkgname=sonic2013-git pkgver=r191.1046e22 -pkgrel=1 +pkgrel=2 pkgdesc='A full decompilation of Sonic 1 & 2 (2013).' arch=('any') url='https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation' license=('unknown') makedepends=('git') -depends=('sdl2' 'libogg' 'libtheora' 'libvorbis') +depends=('sdl2' 'libogg' 'libvorbis') provides=(sonic2013) source=( "git+${url}.git" |