summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2016-02-15 21:16:10 +0100
committerMoritz Bunkus2016-02-15 21:16:10 +0100
commit4da07b8b77b35c29161ca5f78187727596296c14 (patch)
tree898cb63a50a246ef86da2de9897465074443b9b5
parent8dfd4b78beb00f194bf3005ad909bd5a6b57fa20 (diff)
downloadaur-iwatch.tar.gz
change download URL to use HTTPS
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cc235e6f66a..512ce6a4a2d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Mon Feb 15 20:15:44 UTC 2016
pkgbase = iwatch
pkgdesc = realtime filesystem monitoring program using inotify
pkgver = 0.2.2
- pkgrel = 2
- url = http://iwatch.sourceforge.net/
+ pkgrel = 3
+ url = https://iwatch.sourceforge.net/
arch = any
license = GPL
depends = perl-event
@@ -11,7 +13,7 @@ pkgbase = iwatch
depends = perl-xml-simpleobject-libxml
options = !emptydirs
backup = etc/iwatch/iwatch.xml
- source = http://sourceforge.net/projects/iwatch/files/iwatch/0.2.2/iwatch-0.2.2.tgz/download
+ source = https://sourceforge.net/projects/iwatch/files/iwatch/0.2.2/iwatch-0.2.2.tgz/download
source = iwatch.service
md5sums = b32155e844b0d58871dc72041160938d
md5sums = 0d18bc48c52b1858e865715582a1f914
diff --git a/PKGBUILD b/PKGBUILD
index b538088caf66..bc1edac3c46b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname='iwatch'
pkgver='0.2.2'
-pkgrel='2'
+pkgrel='3'
pkgdesc="realtime filesystem monitoring program using inotify"
arch=('any')
license=('GPL')
options=('!emptydirs')
depends=('perl-event' 'perl-linux-inotify2' 'perl-mail-sendmail' 'perl-xml-simpleobject-libxml')
backup=('etc/iwatch/iwatch.xml')
-url='http://iwatch.sourceforge.net/'
-source=('http://sourceforge.net/projects/iwatch/files/iwatch/0.2.2/iwatch-0.2.2.tgz/download'
+url='https://iwatch.sourceforge.net/'
+source=('https://sourceforge.net/projects/iwatch/files/iwatch/0.2.2/iwatch-0.2.2.tgz/download'
'iwatch.service')
md5sums=('b32155e844b0d58871dc72041160938d'
'0d18bc48c52b1858e865715582a1f914')