summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9b774b1c1dc..60872a1bd255 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = clean-home
pkgdesc = Cleans up user's home directory by analyzing '.' config files/directories against a collaboratively maintained database
pkgver = 0.8
pkgrel = 1
- url = http://cleanhome.sourceforge.net/
+ url = https://sourceforge.net/projects/cleanHome/
arch = any
license = GPL2
depends = perl
diff --git a/PKGBUILD b/PKGBUILD
index 52a4f67390da..241249ef8848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.8
pkgrel=1
pkgdesc="Cleans up user's home directory by analyzing '.' config files/directories against a collaboratively maintained database"
arch=("any")
-url="http://cleanhome.sourceforge.net/"
+url="https://sourceforge.net/projects/${_dirname_}/"
license=("GPL2")
depends=("perl" "perl-libwww")
optdepends=("firefox: for BrowserCall plugin" "opera: for BrowserCall plugin")