summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2022-03-29 23:52:55 -0600
committerBrian Bidulock2022-03-29 23:52:55 -0600
commit38c341ed9afed63e41f8ba63dbfeaf93018860bf (patch)
tree82e40afa1dc672c22aabcda48868d37c4bc940e7
parent513bd5f02a7e4ef185c0d8b2a6d9a9e55fa3376c (diff)
downloadaur-38c341ed9afed63e41f8ba63dbfeaf93018860bf.tar.gz
more reliable source
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda9f1220ad2..9ce0cae692dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,7 @@ pkgbase = fvwm-icons
url = http://www.fvwm.org
arch = any
license = GPL
- source = ftp://ftp.uk.freebsd.org/pub/OpenBSD/distfiles/fvwm_icons-20070101.tar.gz
+ source = https://github.com/bbidulock/fvwm-icons/releases/download/20070101/fvwm_icons-20070101.tar.gz
md5sums = c6d98849680a1c306067aa085519e46c
pkgname = fvwm-icons
-
diff --git a/PKGBUILD b/PKGBUILD
index 27b137f25da3..60ffdfc022c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgrel=2
pkgdesc="Old icons of the FVWM-Project."
source=("http://www.fvwm.org/generated/icon_download/fvwm_icons-$pkgver.tar.gz")
source=("ftp://ftp.uk.freebsd.org/pub/OpenBSD/distfiles/fvwm_icons-$pkgver.tar.gz")
+source=("https://github.com/bbidulock/fvwm-icons/releases/download/20070101/fvwm_icons-$pkgver.tar.gz")
url="http://www.fvwm.org"
md5sums=('c6d98849680a1c306067aa085519e46c')
license=("GPL")