summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Johnson2021-08-27 10:34:07 -0700
committerNick Johnson2021-08-27 10:34:07 -0700
commit4c92759bf96b12eff54b70cd9396bb931ffc314b (patch)
tree2ee9c4092d5fd1b3f04c588c0aab121af1e14bf8
parenta1134920ba098ecbe0693a0207a01c3e8dda3c3b (diff)
downloadaur-4c92759bf96b12eff54b70cd9396bb931ffc314b.tar.gz
Update URL
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d40d3d1d274..4ffa36db3883 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = alps-mail-git
pkgdesc = A simple Webmail in Go
pkgver = r249.62910a9
- pkgrel = 1
- url = https://git.sr.ht/~emersion/alps
+ pkgrel = 2
+ url = https://git.sr.ht/~migadu/alps
arch = x86_64
license = MIT
+ makedepends = git
makedepends = go
- source = alps-mail-git::git+https://git.sr.ht/~emersion/alps
+ source = alps-mail-git::git+https://git.sr.ht/~migadu/alps
sha256sums = SKIP
pkgname = alps-mail-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7c3099fb0e9d..b4d97381cdf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Stefan Tatschner <stefan@rumpelsepp.org>
+# Maintainer: Nick Johnson <nick@yonson.dev>
+# Contributor: Stefan Tatschner <stefan@rumpelsepp.org>
pkgname=alps-mail-git
_pkgname=alps
pkgver=r249.62910a9
-pkgrel=1
+pkgrel=2
license=('MIT')
pkgdesc="A simple Webmail in Go"
-makedepends=('go')
+makedepends=('git' 'go')
arch=('x86_64')
-url="https://git.sr.ht/~emersion/alps"
-source=("$pkgname::git+https://git.sr.ht/~emersion/alps")
+url="https://git.sr.ht/~migadu/alps"
+source=("$pkgname::git+https://git.sr.ht/~migadu/alps")
sha256sums=('SKIP')
pkgver() {