summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-06-14 20:51:22 +0200
committerM0Rf302018-06-14 20:51:22 +0200
commitc8201b6daabad3dcf2dcb49839f57325b6f26c4b (patch)
treeeabeba81271062d16bcb04017079af4472930c97
parent79275690411c6b9dbc1d7d1365ef074c4c147297 (diff)
downloadaur-c8201b6daabad3dcf2dcb49839f57325b6f26c4b.tar.gz
liquidsoap: make init; make update commands
-rw-r--r--.SRCINFO2
-rw-r--r--PACKAGES2
-rw-r--r--PKGBUILD10
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37f751c00fa4..4c30bdb4f194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -48,7 +48,7 @@ pkgbase = liquidsoap
source = liquidsoap.service
source = liquidsoap.tmpfilesd
md5sums = SKIP
- md5sums = 2e355a97b2e9730c6b8f300e59cbeca3
+ md5sums = 1005d51e97eacc4b55cb9daadb331749
md5sums = 762d6607ff0889e34b8c874970b38bc9
md5sums = f9106e5c42cabc21c4c8464d9b1ad63e
diff --git a/PACKAGES b/PACKAGES
index c9a1ba9e04c9..c143a265bfe9 100644
--- a/PACKAGES
+++ b/PACKAGES
@@ -77,7 +77,7 @@ ocaml-theora
ocaml-opus
# FDK-AAC is for AAC and AAC+ encoding
-#ocaml-fdkaac
+ocaml-fdkaac
# FAAD for AAC decoding.
#ocaml-faad
diff --git a/PKGBUILD b/PKGBUILD
index 4dc6669473a2..fd9b9bb994f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,8 +21,8 @@ conflicts=('liquidsoap-git' 'liquidsoap-full')
prepare() {
cd $srcdir/$pkgname-$pkgver-full
- ./bootstrap
- git submodule update --remote --merge
+ make init
+ make update
cp $srcdir/PACKAGES PACKAGES
}
@@ -44,6 +44,6 @@ package() {
}
md5sums=('SKIP'
- '2e355a97b2e9730c6b8f300e59cbeca3'
- '762d6607ff0889e34b8c874970b38bc9'
- 'f9106e5c42cabc21c4c8464d9b1ad63e')
+ '1005d51e97eacc4b55cb9daadb331749'
+ '762d6607ff0889e34b8c874970b38bc9'
+'f9106e5c42cabc21c4c8464d9b1ad63e')