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 /PKGBUILD | |
parent | 98ae873a9bc2b0973562828e4efb58a2ced0355e (diff) | |
download | pkgbuilds-551a3010fb58c4be7c5b1777a3a9df25894f798c.tar.xz |
mutt-kz-git: git over https, no modeline!
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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: |