[arch-commits] Commit in python-pyinotify/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Dec 9 17:47:36 UTC 2016


    Date: Friday, December 9, 2016 @ 17:47:36
  Author: jelle
Revision: 198657

Use https as source

Modified:
  python-pyinotify/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-09 17:43:59 UTC (rev 198656)
+++ PKGBUILD	2016-12-09 17:47:36 UTC (rev 198657)
@@ -11,8 +11,8 @@
 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



More information about the arch-commits mailing list