summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042018-08-28 15:42:21 +0800
committerjerry732042018-08-28 15:42:21 +0800
commit9a93a098788bcc21307b0343ac3b97a92ee83ae7 (patch)
treef6192c4b93f3afcc8c6635e9845f75772f0e817e
parent755ee94f23f5e47608c2824bf4b16589873e883a (diff)
downloadaur-tilecache.tar.gz
Updated to version 2.11-3. Backup /etc/tilecache.cfg file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e130ab0ce87..a0330a7ed315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tilecache
pkgdesc = TileCache is an implementation of a WMS-C compliant server made available under the BSD license by MetaCarta.
pkgver = 2.11
- pkgrel = 2
+ pkgrel = 3
url = http://tilecache.org/
arch = x86_64
license = BSD
@@ -16,6 +16,7 @@ pkgbase = tilecache
optdepends = python2-memcached
optdepends = python2-wsgiref
optdepends = python2-paste
+ backup = etc/tilecache.cfg
source = http://tilecache.org/tilecache-2.11.tar.gz
source = apache.example.conf
sha256sums = b46dc2731a19b40e3207cf3c9b43ea59b899a622a586aaa3c397c3b5aa00f887
diff --git a/PKGBUILD b/PKGBUILD
index 3a8609cc72dd..89bcd8c90000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jerry73204 <jerry73204 at gmail dot com>
pkgname=tilecache
pkgver=2.11
-pkgrel=2
+pkgrel=3
pkgdesc='TileCache is an implementation of a WMS-C compliant server made available under the BSD license by MetaCarta.'
arch=('x86_64')
url='http://tilecache.org/'
@@ -21,6 +21,7 @@ optdepends=(
makedepends=(
'python-sphinx'
)
+backup=('etc/tilecache.cfg')
source=("http://tilecache.org/${pkgname}-${pkgver}.tar.gz"
'apache.example.conf')
sha256sums=('b46dc2731a19b40e3207cf3c9b43ea59b899a622a586aaa3c397c3b5aa00f887'