summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Greenslade2023-08-14 21:32:44 -0700
committerSean Greenslade2023-08-14 21:32:44 -0700
commit0074f16a7f5ba72f6706081ea1a71d405038b659 (patch)
tree63c936962cbf8e169d67149ee67b0f80c3c361cf /PKGBUILD
parent7313591751382ca7ba419b26b27bb7375cfbe2b9 (diff)
downloadaur-0074f16a7f5ba72f6706081ea1a71d405038b659.tar.gz
Don't clobber config file on upgrade.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c659baf0403..59ba6b763db2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=weave-minimal
pkgname=$_pkgname-git
-pkgver=1.5.r8.g503072a
-pkgrel=5
+pkgver=1.5.r9.g96996ac
+pkgrel=1
pkgdesc="minimal weave 1.1 server for Pale Moon sync"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/zootboy/weave-minimal"
@@ -13,6 +13,7 @@ depends=('python' 'python-werkzeug')
optdepends=('python-gevent: better concurrency support')
provides=('weave-minimal')
conflicts=('weave-minimal')
+backup=('etc/weave-minimal.conf')
source=("git+https://github.com/zootboy/weave-minimal" "99-weave-var.conf")
install=$_pkgname.install
sha256sums=('SKIP'