summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Melo2021-01-21 21:39:31 -0300
committerLucas Melo2021-01-21 21:39:31 -0300
commitff894fb0fa5d3ebb3d2a22e546c0614589519efd (patch)
treeed556aab16699824e99b066b77ca5e88e28036f2
parent914177ec27996383f73d704e7ebb509e56cd7a65 (diff)
downloadaur-ff894fb0fa5d3ebb3d2a22e546c0614589519efd.tar.gz
Removed unnecessary libtheora dependency.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a169881b518..4864f83934ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"