summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {