summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGenki Sky2018-08-06 18:26:48 -0400
committerGenki Sky2018-08-06 18:26:48 -0400
commit6bbe23356797f8d6baa09d6e086ecd448b8318c1 (patch)
tree22a375093806ef492b18709c293d09e26de86725 /PKGBUILD
parentb1fe3348913ba55f2f601bb596f25b860c3e276d (diff)
downloadaur-6bbe23356797f8d6baa09d6e086ecd448b8318c1.tar.gz
Use https:// because git:// is unencrypted
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb357bbda287..04b1cfffc370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=notmuch-extract-patch-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='Extract git patchset from notmuch emails'
arch=('i686' 'x86_64')
url='https://github.com/aaptel/notmuch-extract-patch'
@@ -11,7 +11,7 @@ depends=('notmuch' 'python')
makedepends=('git')
provides=('notmuch-extract-patch')
conflicts=('notmuch-extract-patch')
-source=('git://github.com/aaptel/notmuch-extract-patch')
+source=('https://github.com/aaptel/notmuch-extract-patch')
md5sums=('SKIP')
pkgver() {