summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavion2021-01-22 07:50:11 +1000
committerXavion2021-01-22 07:50:11 +1000
commite2d7c4a00b9169ad8abee3d52f72db7b0d85b635 (patch)
tree13baf2e32adf0b01bf6570ec6b7fbdf334f2666d
parentdd276cda2dbc51d003bc3ebb2a7888478208703e (diff)
downloadaur-clean-home.tar.gz
Updated website URL
-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")