summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2018-08-12 22:18:30 +1000
committerRhinoceros2018-08-12 22:18:30 +1000
commitae0b29011dcb09d69888c0e7568fc10fd6f93894 (patch)
tree52bfb0a931106b4671dfe4aae90728a6a1059227
parenta288ced7acb4783da195276dc6c9bf2a8dc27a44 (diff)
downloadaur-ae0b29011dcb09d69888c0e7568fc10fd6f93894.tar.gz
New upstream url
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5832ae6b2386..921725ae9f98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Oct 19 08:54:49 UTC 2017
pkgbase = mutt-vid
pkgdesc = Manage multiple sender accounts in mutt
pkgver = 1.1
- pkgrel = 2
- url = https://github.com/protist/mutt-vid
+ pkgrel = 3
+ url = https://gitlab.com/protist/mutt-vid
arch = any
license = GPL3
optdepends = mutt: either mutt or neomutt
optdepends = neomutt: either neomutt or mutt
- source = https://github.com/protist/mutt-vid/archive/v1.1.tar.gz
- sha256sums = 99aa654f10b9c1d6602bd85a5ee999db245d5e490b0cac6fd415f37c8da05ed1
+ source = https://gitlab.com/protist/mutt-vid/-/archive/v1.1/mutt-vid-v1.1.tar.gz
+ sha256sums = 4cac8c3b2e6b7820215ef028285e450f1ad20ae1a4ad63d988a14ae9e8433827
pkgname = mutt-vid
diff --git a/PKGBUILD b/PKGBUILD
index 7da3b713b01a..3f390ab7ee58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=mutt-vid
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc='Manage multiple sender accounts in mutt'
-url='https://github.com/protist/mutt-vid'
+url='https://gitlab.com/protist/mutt-vid'
arch=('any')
license=('GPL3')
optdepends=('mutt: either mutt or neomutt'
'neomutt: either neomutt or mutt')
-source=("https://github.com/protist/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('99aa654f10b9c1d6602bd85a5ee999db245d5e490b0cac6fd415f37c8da05ed1')
+source=("https://gitlab.com/protist/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+sha256sums=('4cac8c3b2e6b7820215ef028285e450f1ad20ae1a4ad63d988a14ae9e8433827')
package() {
- cd "$pkgname-$pkgver"
+ cd "$pkgname-v$pkgver"
install -Dm755 ${pkgname} "$pkgdir/usr/bin/${pkgname}"
}