summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85c014e1e2df..959b0ed1d4dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed Oct 19 08:59:52 UTC 2016
pkgbase = security-mailer
pkgdesc = arch-audit digest sender
pkgver = 1.0.0
pkgrel = 1
- url = http://github.com/dopsi/security-mailer
+ url = https://github.com/dopsi/security-mailer
arch = any
license = GPL3
depends = arch-audit
diff --git a/PKGBUILD b/PKGBUILD
index d2772008bf86..5a235cb14853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='arch-audit digest sender'
conflicts=('security-mailer')
provides=('security-mailer')
arch=('any')
-url='http://github.com/dopsi/security-mailer'
+url='https://github.com/dopsi/security-mailer'
license=('GPL3')
depends=('arch-audit' 'python')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dopsi/security-mailer/archive/v1.0.0.tar.gz")