author | Jelle van der Waa
<jelle@archlinux.org> 2016-12-09 17:47:36 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2016-12-09 17:47:36 UTC |
parent | ca3bb5102f68dfd23a1290d96b2fe3b1496e4e05 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index e1902db..570e595 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,8 +10,8 @@ arch=('any') url="http://github.com/seb-m/pyinotify" license=('custom:MIT') makedepends=('python' 'python2') -source=("http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-${pkgver}.tar.gz") -md5sums=('8e580fa1ff3971f94a6f81672b76c406') +source=("https://github.com/seb-m/pyinotify/archive/${pkgver}.tar.gz") +md5sums=('33f4e599c22a3ac31b684335b4a535a0') build() { cp -r $srcdir/pyinotify-$pkgver $srcdir/pyinotify2-$pkgver