summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2022-06-12 19:51:50 -0600
committerBrian Bidulock2022-06-12 19:51:50 -0600
commita5127980e3a3656a641318288d2a6acbfc95db2f (patch)
tree4a3ea7fbbb28f92cfc93bda9e7abf5f039733ccf
parent465706a9d29879406cf486164c3e96e121560c10 (diff)
downloadaur-gamin.tar.gz
update url and source again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f30ab14416af..ce2db8826aa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gamin
pkgdesc = File and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor)
pkgver = 0.1.10
pkgrel = 9
- url = https://web.archive.org/web/20141226011517/https://people.gnome.org/~veillard/gamin
+ url = https://download.gnome.org/sources/gamin/
arch = x86_64
arch = i686
license = GPL
@@ -11,7 +11,7 @@ pkgbase = gamin
optdepends = python2: for the python module
provides = fam
conflicts = fam
- source = https://web.archive.org/web/20141226011517/https://people.gnome.org/~veillard/gamin/sources/gamin-0.1.10.tar.gz
+ source = https://download.gnome.org/sources/gamin//0.1/gamin-0.1.10.tar.gz
source = fix-deprecated-const.patch
source = 18_gam_server_deadlocks.patch
source = 0001-Poll-files-on-nfs4.patch
diff --git a/PKGBUILD b/PKGBUILD
index 107b56697e03..a7f6cb79a2f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgrel=9
pkgdesc='File and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor)'
url='https://people.gnome.org/~veillard/gamin'
url='https://web.archive.org/web/20141226011517/https://people.gnome.org/~veillard/gamin'
+url="https://download.gnome.org/sources/${pkgname}/"
license=('GPL')
arch=('x86_64' 'i686')
depends=('glib2')
@@ -15,7 +16,7 @@ makedepends=('python2')
optdepends=('python2: for the python module')
provides=('fam')
conflicts=('fam')
-source=("$url/sources/${pkgname}-${pkgver}.tar.gz"
+source=("${url}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz"
'fix-deprecated-const.patch'
'18_gam_server_deadlocks.patch'
'0001-Poll-files-on-nfs4.patch')