diff options
author | Erich Eckner <git@eckner.net> | 2019-04-07 08:53:07 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-04-07 08:53:07 +0200 |
commit | 365efce1bdc81fc7f66bfe4e85742b90d40c0a66 (patch) | |
tree | 6b9793f0fef28081f4eff7634263d25983ef6240 | |
parent | d9321b74d6f17e589f68f061d829812a607bc19d (diff) | |
download | archlinuxewe-365efce1bdc81fc7f66bfe4e85742b90d40c0a66.tar.xz |
checkVersions: know gamin
-rwxr-xr-x | checkVersions | 1 | ||||
-rw-r--r-- | gamin/PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index 7ff962195..5f74ffa09 100755 --- a/checkVersions +++ b/checkVersions @@ -800,6 +800,7 @@ then 'download\.osgeo\.org' \ 'ftp\.daper\.net' \ 'isl\.gforge\.inria\.fr' \ + 'people\.gnome\.org' \ 'pkgbuild\.com' \ 'qgis\.org' \ 'sources\.archlinux32\.org' \ diff --git a/gamin/PKGBUILD b/gamin/PKGBUILD index 255968e7d..56e8b09ef 100644 --- a/gamin/PKGBUILD +++ b/gamin/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gamin pkgver=0.1.10 pkgrel=9 pkgdesc='File and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor)' -url='http://www.gnome.org/~veillard/gamin' +url='https://people.gnome.org/~veillard/gamin' license=('GPL') arch=('x86_64' 'i686') depends=('glib2') |