summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2023-08-10 10:02:19 +0200
committerHans-Nikolai Viessmann2023-08-10 10:02:19 +0200
commit24adeabcae88f371afe42ce1eaf47a56e8f84f40 (patch)
tree112f320965b1c13d685226a1e0d79f045b1bc82e
parent0882cc73a3e14e4586bc7f86d622140637c36fa5 (diff)
downloadaur-24adeabcae88f371afe42ce1eaf47a56e8f84f40.tar.gz
fix URL, thanks @B4SE_16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ac953c0c186..bc1acfb31862 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moc-pulse
pkgdesc = An ncurses console audio player with support for pulseaudio
pkgver = 2.5.2
- pkgrel = 8
+ pkgrel = 9
url = https://moc.daper.net/
arch = x86_64
license = GPL
@@ -29,7 +29,7 @@ pkgbase = moc-pulse
optdepends = libmodplug: for using the modplug plugin
provides = moc
conflicts = moc
- source = https://sources.voidlinux-ppc.org/moc-2.5.2/moc-2.5.2.tar.bz2
+ source = http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2
source = pulseaudio.patch
source = moc-ffmpeg4.patch
source = moc-https.patch
diff --git a/PKGBUILD b/PKGBUILD
index a88a62ab5d79..25bb507ad7e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='moc-pulse'
_pkgname='moc'
pkgver=2.5.2
-pkgrel=8
+pkgrel=9
pkgdesc='An ncurses console audio player with support for pulseaudio'
arch=('x86_64')
url="https://moc.daper.net/"
@@ -21,7 +21,7 @@ optdepends=('speex: for using the speex plugin'
'libmodplug: for using the modplug plugin')
provides=('moc')
conflicts=('moc')
-source=("https://sources.voidlinux-ppc.org/moc-2.5.2/${_pkgname}-${pkgver}.tar.bz2"
+source=("http://ftp.daper.net/pub/soft/${_pkgname}/stable/${_pkgname}-${pkgver}.tar.bz2"
'pulseaudio.patch'
'moc-ffmpeg4.patch'
'moc-https.patch'