aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-03-28 20:37:36 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:40 +0200
commit551a3010fb58c4be7c5b1777a3a9df25894f798c (patch)
treea5aa0d298c8f78e3472c08de798a1b1083bc9231
parent98ae873a9bc2b0973562828e4efb58a2ced0355e (diff)
downloadpkgbuilds-551a3010fb58c4be7c5b1777a3a9df25894f798c.tar.xz
mutt-kz-git: git over https, no modeline!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43f7dbe..8049d25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6cd6f02..869b9a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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: