[arch-commits] Commit in pidgin-kwallet (2 files)
Eli Schwartz
eschwartz at archlinux.org
Thu May 24 20:07:18 UTC 2018
Date: Thursday, May 24, 2018 @ 20:07:17
Author: eschwartz
Revision: 329086
Fix broken source url
Modified:
pidgin-kwallet/repos/community-x86_64/PKGBUILD
pidgin-kwallet/trunk/PKGBUILD
---------------------------------+
repos/community-x86_64/PKGBUILD | 3 ++-
trunk/PKGBUILD | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD 2018-05-24 20:00:50 UTC (rev 329085)
+++ repos/community-x86_64/PKGBUILD 2018-05-24 20:07:17 UTC (rev 329086)
@@ -11,7 +11,8 @@
license=('GPL')
depends=('pidgin' 'kdelibs')
makedepends=('cmake')
-source=("http://kde-apps.org/CONTENT/content-files/127136-PidginKWallet-$pkgver.tar.bz2")
+# The original url is dynamically generated at regular intervals and cannot be relied on.
+source=("https://sources.archlinux.org/other/community/$pkgname/127136-PidginKWallet-$pkgver.tar.bz2")
md5sums=('c8fde518d8058de8302124791d0d15c6')
build() {
Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2018-05-24 20:00:50 UTC (rev 329085)
+++ trunk/PKGBUILD 2018-05-24 20:07:17 UTC (rev 329086)
@@ -7,11 +7,12 @@
pkgrel=3
pkgdesc="KWallet plugin for Pidgin"
arch=('x86_64')
-url="http://kde-apps.org/content/show.php/Pidgin+KWallet+Plugin?content=127136"
+url="https://www.linux-apps.com/content/show.php/Pidgin+KWallet+Plugin?content=127136"
license=('GPL')
depends=('pidgin' 'kdelibs')
makedepends=('cmake')
-source=("http://kde-apps.org/CONTENT/content-files/127136-PidginKWallet-$pkgver.tar.bz2")
+# The original url is dynamically generated at regular intervals and cannot be relied on.
+source=("https://sources.archlinux.org/other/community/$pkgname/127136-PidginKWallet-$pkgver.tar.bz2")
md5sums=('c8fde518d8058de8302124791d0d15c6')
build() {
More information about the arch-commits
mailing list