summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-11-21 21:33:07 +0100
committerHans-Nikolai Viessmann2021-11-21 21:33:07 +0100
commit2ea96adad5c98d432e034be8cba2f9c5ccade62b (patch)
treed91f65adeb1b7bd1a14152dfc558ca2593df4b08
parent73a15a413937c4848f414321932ff165911baa87 (diff)
downloadaur-2ea96adad5c98d432e034be8cba2f9c5ccade62b.tar.gz
add new package source, thanks Vaporeon!
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a94a040c0c81..c8c79e172895 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = moc-pulse
pkgdesc = An ncurses console audio player with support for pulseaudio
pkgver = 2.5.2
- pkgrel = 4
+ pkgrel = 5
url = https://moc.daper.net/
arch = x86_64
license = GPL
makedepends = speex
+ makedepends = sndio
makedepends = ffmpeg
makedepends = taglib
makedepends = libmpcdec
@@ -20,6 +21,7 @@ pkgbase = moc-pulse
depends = file
depends = pulseaudio
optdepends = speex: for using the speex plugin
+ optdepends = sndio: for using the sndfile plugin
optdepends = ffmpeg: for using the ffmpeg plugin
optdepends = taglib: for using the musepack plugin
optdepends = libmpcdec: for using the musepack plugin
@@ -28,14 +30,11 @@ pkgbase = moc-pulse
optdepends = libmodplug: for using the modplug plugin
provides = moc
conflicts = moc
- source = http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2
- source = http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2.sig
+ source = https://sources.voidlinux-ppc.org/moc-2.5.2/moc-2.5.2.tar.bz2
source = pulseaudio.patch
source = moc-ffmpeg4.patch
source = moc-https.patch
- validpgpkeys = 59359B80406D9E73E80599BEF3121E4F2885A7AA
sha1sums = 9d27a929b63099416263471c16367997c0ae6dba
- sha1sums = SKIP
sha1sums = 5c6385760ba40ee8a330d28d520c44eac2cbbae1
sha1sums = 007a0580ac754e1c318a0d0b6f0d403883797eaf
sha1sums = e3362ddd41126e2be874cd372a053fdaccf0f616
diff --git a/PKGBUILD b/PKGBUILD
index d99dd70f5641..048fcf4dde75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,15 @@
pkgname='moc-pulse'
_pkgname='moc'
pkgver=2.5.2
-pkgrel=4
+pkgrel=5
pkgdesc='An ncurses console audio player with support for pulseaudio'
arch=('x86_64')
url="https://moc.daper.net/"
license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'pulseaudio')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'pulseaudio')
+makedepends=('speex' 'sndio' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
optdepends=('speex: for using the speex plugin'
+ 'sndio: for using the sndfile plugin'
'ffmpeg: for using the ffmpeg plugin'
'taglib: for using the musepack plugin'
'libmpcdec: for using the musepack plugin'
@@ -21,16 +22,15 @@ optdepends=('speex: for using the speex plugin'
'libmodplug: for using the modplug plugin')
provides=('moc')
conflicts=('moc')
-source=(http://ftp.daper.net/pub/soft/moc/stable/${_pkgname}-${pkgver}.tar.bz2{,.sig}
+source=("https://sources.voidlinux-ppc.org/moc-2.5.2/${_pkgname}-${pkgver}.tar.bz2"
'pulseaudio.patch'
'moc-ffmpeg4.patch'
'moc-https.patch')
sha1sums=('9d27a929b63099416263471c16367997c0ae6dba'
- 'SKIP'
'5c6385760ba40ee8a330d28d520c44eac2cbbae1'
'007a0580ac754e1c318a0d0b6f0d403883797eaf'
'e3362ddd41126e2be874cd372a053fdaccf0f616')
-validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
+# validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
prepare() {
cd "${_pkgname}-${pkgver}"