summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-01-27 12:51:36 +0100
committerMichel Zou2018-01-27 12:51:36 +0100
commit9ced8b05196fba4ee3cea0ae9829fb5552020522 (patch)
tree525ddae5449a5e3911c123ccce128d7d45aab0c5
parentac6c260764fa18c2191236bd8614d823ca0d503b (diff)
downloadaur-9ced8b05196fba4ee3cea0ae9829fb5552020522.tar.gz
libogg
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37d225838d7f..24696c3ff420 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Jan 27 11:51:36 UTC 2018
pkgbase = psp-libvorbis
pkgdesc = Vorbis codec library (psp)
pkgver = 1.1.1
@@ -8,6 +10,7 @@ pkgbase = psp-libvorbis
license = BSD
makedepends = psp-gcc
depends = psp-sdk
+ depends = psp-libogg
options = !buildflags
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 7ae9d2224134..1be6052f8b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,3 @@
-# Maintainer: xantares <xantares09 at hotmail dot com>
-
pkgname=psp-libvorbis
pkgver=1.1.1
pkgrel=1
@@ -8,7 +6,7 @@ arch=(any)
url="http://www.xiph.org/vorbis/"
license=('BSD')
groups=('psp')
-depends=('psp-sdk')
+depends=('psp-sdk' 'psp-libogg')
makedepends=('psp-gcc')
options=('!buildflags' '!strip' 'staticlibs')
source=("git+https://github.com/pspdev/psp-ports.git")