summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2019-08-31 16:30:42 +0200
committerJonas Heinrich2019-08-31 16:30:42 +0200
commit2d896fb6f28cf6610b41c3416c7af66a942b3207 (patch)
treea9f61d4ffb0ef826aaad5c42c3cdffadd842f981
parent346303a5d63d61dcb901ddcd50a13a96664c0b45 (diff)
downloadaur-2d896fb6f28cf6610b41c3416c7af66a942b3207.tar.gz
fixed repo url of go-imap-sql
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 631dc0b2663a..fac820972161 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = maddy-git
pkgdesc = Fast, cross-platform mail server
pkgver = 0.1
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/emersion/maddy
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = maddy-git
conflicts = maddy
backup = etc/maddy/maddy.conf
source = git+https://github.com/emersion/maddy.git
- source = git+https://github.com/foxcpp/go-imap-sql.git
+ source = git+https://github.com/foxcpp/go-imap-sql.git#branch=dev
source = maddy.sysusers
source = maddy.tmpfiles
source = maddy.service
diff --git a/PKGBUILD b/PKGBUILD
index 96cc07d4539d..aac2883a6e4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=maddy-git
pkgver=0.1
-pkgrel=5
+pkgrel=6
pkgdesc="Fast, cross-platform mail server"
arch=(any)
url="https://github.com/emersion/maddy"
license=('MIT')
makedepends=('git' 'go' 'scdoc')
source=("git+https://github.com/emersion/maddy.git"
- "git+https://github.com/foxcpp/go-imap-sql.git"
+ "git+https://github.com/foxcpp/go-imap-sql.git#branch=dev"
"maddy.sysusers"
"maddy.tmpfiles"
"maddy.service")