diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-03-28 20:37:36 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:40 +0200 |
commit | 551a3010fb58c4be7c5b1777a3a9df25894f798c (patch) | |
tree | a5aa0d298c8f78e3472c08de798a1b1083bc9231 | |
parent | 98ae873a9bc2b0973562828e4efb58a2ced0355e (diff) | |
download | pkgbuilds-551a3010fb58c4be7c5b1777a3a9df25894f798c.tar.xz |
mutt-kz-git: git over https, no modeline!
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 7 deletions
@@ -1,8 +1,8 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 15:02:28 UTC 2015 +# Mon Jun 1 15:02:29 UTC 2015 pkgbase = mutt-kz-git pkgdesc = Small but powerful text-based mail client - pkgver = 1.5.22.1.rc1.23.g51e74b7 + pkgver = git pkgrel = 1 url = https://github.com/karelzak/mutt-kz arch = i686 @@ -21,7 +21,7 @@ pkgbase = mutt-kz-git depends = zlib provides = mutt conflicts = mutt - source = git://github.com/karelzak/mutt-kz.git + source = git+https://github.com/karelzak/mutt-kz.git source = xdg.patch source = trash.patch::https://www.cs.oberlin.edu/~kuperman/help/code/patch-1.5.20.bk.trash_folder-purge_message.1.txt sha1sums = SKIP @@ -2,12 +2,12 @@ # Contributor: boyska <piuttosto@logorroici.org> pkgname=mutt-kz-git -pkgver=1.5.22.1.rc1.23.g51e74b7 +pkgver=git pkgrel=1 pkgdesc='Small but powerful text-based mail client' url='https://github.com/karelzak/mutt-kz' license=('GPL') -source=('git://github.com/karelzak/mutt-kz.git' 'xdg.patch' +source=('git+https://github.com/karelzak/mutt-kz.git' 'xdg.patch' 'trash.patch::https://www.cs.oberlin.edu/~kuperman/help/code/patch-1.5.20.bk.trash_folder-purge_message.1.txt') sha1sums=('SKIP' '8cbae5a7ade3812cbdcb8a8dfabb29b042b7296a' @@ -63,5 +63,3 @@ package() { # Provided by the mime-types package. rm "$pkgdir/etc/mime.types" } - -# vim: set ts=2 sw=2 et: |