summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtech Aschenbrenner2020-07-14 11:42:48 +0200
committerVojtech Aschenbrenner2020-07-14 11:42:48 +0200
commitc12b24c1a87289084cbd508d8e0de01022aac4b4 (patch)
tree73f928e875b00581217eae045a2242975a43ce63
parent496220b08d81b54a063b51908986e8804305e217 (diff)
downloadaur-sup-git.tar.gz
Update to new upstream repo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f013fe4e37..3fd989880bb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Feb 18 10:11:27 UTC 2018
pkgbase = sup-git
pkgdesc = Sup is a console-based email client for people with a lot of email. Great mutt alternative.
pkgver = 2840.93df79b
- pkgrel = 2
+ pkgrel = 1
url = http://sup-heliotrope.github.io
arch = any
license = GPL
@@ -20,7 +18,7 @@ pkgbase = sup-git
depends = ruby-xapian-ruby
optdepends = ruby-gpgme: PGP support
conflicts = sup
- source = sup::git://github.com/quark-zju/sup.git#branch=forked
+ source = sup::git://github.com/sup-heliotrope/sup.git#branch=develop
sha256sums = SKIP
pkgname = sup-git
diff --git a/PKGBUILD b/PKGBUILD
index 5a0aae12728e..acb61f141850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Vojtěch Aschenbrenner <v@asch.cz>
_gitname=sup
-_gitbranch=forked
+_gitbranch=develop
pkgname=sup-git
pkgver=2840.93df79b
-pkgrel=2
+pkgrel=1
pkgdesc="Sup is a console-based email client for people with a lot of email. Great mutt alternative."
arch=(any)
url="http://sup-heliotrope.github.io"
@@ -13,7 +13,7 @@ depends=('ruby-chronic-old' 'ruby-highline' 'ruby-locale' 'ruby-lockfile' 'ruby-
optdepends=('ruby-gpgme: PGP support')
makedepends=('git')
conflicts=(sup)
-source=("${_gitname}::git://github.com/quark-zju/${_gitname}.git#branch=${_gitbranch}")
+source=("${_gitname}::git://github.com/sup-heliotrope/${_gitname}.git#branch=${_gitbranch}")
sha256sums=('SKIP')
pkgver() {