summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Greenslade2020-05-13 00:14:28 -0700
committerSean Greenslade2020-05-13 00:14:28 -0700
commit7313591751382ca7ba419b26b27bb7375cfbe2b9 (patch)
tree7e5d2bea77d527f021ab7c723718120c5fa568be /PKGBUILD
parent037ee6dea849c01d007da8ffa0e57455ab83e9f0 (diff)
downloadaur-7313591751382ca7ba419b26b27bb7375cfbe2b9.tar.gz
Added tmpdirs conf to sources.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f28ef83ba4c..1c659baf0403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=weave-minimal
pkgname=$_pkgname-git
pkgver=1.5.r8.g503072a
-pkgrel=4
+pkgrel=5
pkgdesc="minimal weave 1.1 server for Pale Moon sync"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/zootboy/weave-minimal"
@@ -13,9 +13,10 @@ depends=('python' 'python-werkzeug')
optdepends=('python-gevent: better concurrency support')
provides=('weave-minimal')
conflicts=('weave-minimal')
-source=("git+https://github.com/zootboy/weave-minimal")
+source=("git+https://github.com/zootboy/weave-minimal" "99-weave-var.conf")
install=$_pkgname.install
-sha256sums=('SKIP')
+sha256sums=('SKIP'
+ 'f18a5abb7daf3c41d535a53132db1fbb43642214565055f1381fc086b1a65cdc')
pkgver() {
cd "$_pkgname"