summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorA Farzat2022-04-19 07:20:10 +0300
committerA Farzat2022-04-19 07:22:28 +0300
commit24181beee0c67addb2f81b4842b7743f97f68fef (patch)
treeea536338786b3f856fa4b95e1e482d2a34bb7351
parentff7ed5e26a879a908ad057752f0795d1cf65d60c (diff)
downloadaur-24181beee0c67addb2f81b4842b7743f97f68fef.tar.gz
Change the source branch from master to main
For some reason it seems that the upstream repo changed the branch name which broke the package.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe62aa685fa9..d2bc9523d7b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neomutt-git
pkgdesc = A version of mutt with added features - development branch
- pkgver = 20220408.r12.gccde81231
+ pkgver = 20220415.r12.gd88d7b783
pkgrel = 1
url = http://www.neomutt.org/
arch = i686
@@ -33,7 +33,7 @@ pkgbase = neomutt-git
optdepends = ca-certificates: default CA certificates
provides = neomutt
conflicts = neomutt
- source = git+https://github.com/neomutt/neomutt.git#branch=master
+ source = git+https://github.com/neomutt/neomutt.git#branch=main
source = default-ca-certificates.patch
sha256sums = SKIP
sha256sums = 571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776
diff --git a/PKGBUILD b/PKGBUILD
index f71372529cd8..86ff061cb330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Maintainer: A Farzat <a@farzat.xyz>
+# Contributor: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Alad Wenter <alad@mailbox.org>
# Contributor: Sean Haugh <seanphaugh@gmail.com>
# Contributor: Chris Salzberg <chris@dejimata.com>
_pkgname=neomutt
pkgname=neomutt-git
-pkgver=20220408.r12.gccde81231
+pkgver=20220415.r12.gd88d7b783
pkgrel=1
pkgdesc='A version of mutt with added features - development branch'
url='http://www.neomutt.org/'
@@ -17,7 +18,7 @@ optdepends=('python: keybase.py'
'perl: smime_keys'
'ca-certificates: default CA certificates')
makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-source=("git+https://github.com/neomutt/neomutt.git#branch=master"
+source=("git+https://github.com/neomutt/neomutt.git#branch=main"
"default-ca-certificates.patch")
sha256sums=('SKIP'
'571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')