summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2020-07-23 18:38:56 +0200
committerFrederik Schwan2020-07-23 18:38:56 +0200
commit4c633131ad1da6ce2e079192ef7e26a5a611602b (patch)
tree2a7069314bed1f63de992f92bc7290364cd39626
parent5a5af235f4f60a73847d068b2e5c16b634ce7ce3 (diff)
downloadaur-4c633131ad1da6ce2e079192ef7e26a5a611602b.tar.gz
upgpkg: dovecot-xaps-daemon{-git} fix backup config suffix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba000d5648d5..d5b3363f5ad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = dovecot-xaps-daemon
arch = x86_64
license = custom:MIT
makedepends = go
- backup = etc/xapsd/xapsd.conf
+ backup = etc/xapsd/xapsd.yaml
source = https://github.com/freswa/dovecot-xaps-daemon/archive/v0.9/dovecot-xaps-daemon-0.9.tar.gz
b2sums = 7c135e0f8981627e5f17d8f919323024eab68e119b5fca56e38c65071c853a1563462b63512475b2d0ab424bb79bc79ab3ed2174fdbbda92c8154db1dab59b39
diff --git a/PKGBUILD b/PKGBUILD
index 7f2fb6d7e30a..4ee0725c6936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url='https://github.com/freswa/dovecot-xaps-daemon'
license=('custom:MIT')
makedepends=('go')
-backup=('etc/xapsd/xapsd.conf')
+backup=('etc/xapsd/xapsd.yaml')
source=("https://github.com/freswa/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
b2sums=('7c135e0f8981627e5f17d8f919323024eab68e119b5fca56e38c65071c853a1563462b63512475b2d0ab424bb79bc79ab3ed2174fdbbda92c8154db1dab59b39')