summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'