summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2023-12-15 17:39:44 +0530
committerHans-Nikolai Viessmann2023-12-15 17:39:44 +0530
commite32f1f5f379dff6eb22ae5c33bae55c0012bdfe4 (patch)
tree5ea638e31fad115c237db6e9355d8ab113b1bee1
parent24adeabcae88f371afe42ce1eaf47a56e8f84f40 (diff)
downloadaur-e32f1f5f379dff6eb22ae5c33bae55c0012bdfe4.tar.gz
switch to https sources
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc1acfb31862..8990c32f3a17 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 = 9
+ pkgrel = 10
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 = http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2
+ source = https://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 25bb507ad7e0..68cc9b005020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='moc-pulse'
_pkgname='moc'
pkgver=2.5.2
-pkgrel=9
+pkgrel=10
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=("http://ftp.daper.net/pub/soft/${_pkgname}/stable/${_pkgname}-${pkgver}.tar.bz2"
+source=("https://ftp.daper.net/pub/soft/${_pkgname}/stable/${_pkgname}-${pkgver}.tar.bz2"
'pulseaudio.patch'
'moc-ffmpeg4.patch'
'moc-https.patch'