summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryuri_k72022-11-22 09:30:25 +0100
committeryuri_k72022-11-22 09:30:25 +0100
commitfb591b8e6dce623b47fb397351eeb898b7c05fef (patch)
treef8389eeacd9b19c26433ae298dd9e800608e89b3 /PKGBUILD
parentfb695cf44ef42b8ffb131c85e92d60f3614a61a2 (diff)
downloadaur-fb591b8e6dce623b47fb397351eeb898b7c05fef.tar.gz
fix legacy smpeg dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2a084643176..86b0109079f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Coelacanthus <coelacanthus@outlook.com>
+# Maintainer: yuri_k7 <riyu12383@gmail.com>
+# Contributor: Coelacanthus <coelacanthus@outlook.com>
# Contributor: Marcin (CTRL) Wieczorek <marcin@marcin.co>
# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
# Contributor: Christoph Zeiler <rabyte@gmail.com>
@@ -18,7 +19,7 @@ depends=('sdl_image'
'fontconfig'
'libjpeg'
'bzip2'
- 'smpeg'
+ 'smpeg1'
'cmake'
'ninja'
)